Color Hex Logo

#fff2cc Color Hex

#FFF2CC
(255,242,204)
20 Favorites   1 Comments

Color spaces of #fff2cc

RGB 255242204
HSL0.121.000.90
HSV45°20°100°
CMYK 0.000.050.20   0.00
XYZ83.891289.123969.9078
Yxy89.12390.34530.3669
Hunter Lab94.4055-6.589722.1792
CIE-Lab95.6322-1.554619.9311

#fff2cc color RGB value is (255,242,204).

#fff2cc hex color red value is 255, green value is 242 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fff2cc hue: 0.12 , saturation: 1.00 and the lightness value of fff2cc is 0.90.

The process color (four color CMYK) of #fff2cc color hex is 0.00, 0.05, 0.20, 0.00. Web safe color of #fff2cc is #ffffcc. Color #fff2cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110010 11001100
Octal 377 362 314
Decimal 255 242 204
Hex FF F2 CC

RGB Percentages of Color #fff2cc

%36.38
%34.52
%29.10

CMYK Percentages of Color #fff2cc

%0
%5
%20
%0

Triadic Colors of #fff2cc

#fff2cc #ccfff2 #f2ccff

Analogous Colors of #fff2cc

#fff2cc #f3ffcc #ffd9cc

Monochromatic Colors of #fff2cc

#fff2cc

Complementary Color

#fff2cc #ccd9ff

#fff2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff2cc Color CSS Codes

.mybgcolor {background-color:#fff2cc; } 
.myforecolor {color:#fff2cc; }
.mybordercolor {border:3px solid #fff2cc; }

#fff2cc Text Font Color

<p style="color:#fff2cc">Text here</p>

This sample text font color is #fff2cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fff2cc Background Color

<div style="background-color:#fff2cc">
Div content here</div>

This div background color is #fff2cc


#fff2cc Border Color

<div style="border:3px solid #fff2cc">
Div here</div>

This div border color is #fff2cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,242,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fff2cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fff2cc;
  -webkit-box-shadow: 1px 1px 3px 2px #fff2cc;
  box-shadow:         1px 1px 3px 2px #fff2cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,242,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fff2cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fff2cc;
  -webkit-box-shadow: 1px 1px 3px 2px #fff2cc;
  box-shadow:         1px 1px 3px 2px #fff2cc;">
Div content here</div>

This div box has shadow with color #fff2cc

Related Colors


Comments

3 Nov 2022, 10:40 unikitty

Vanilla

Please login to write comment.