#FCE1E0

Color #FCE1E0 Tutu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tutu #FCE1E0

Tints of Tutu #FCE1E0

Color information

#FCE1E0 (or 0xFCE1E0) is unknown color: approx Tutu. HEX triplet: FC, E1 and E0. RGB value is (252,225,224). Sum of RGB (Red+Green+Blue) = 252+225+224=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1E0 is #031E1F. Grayscale: #E8E8E8. Windows color (decimal): -204320 or 14737916. OLE color: 14737916.

HSL color Cylindrical-coordinate representation of color #FCE1E0: hue angle of 2.14º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE1E0 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252225224-
CMYK00.110.110.01
HSL2.14º82.35%93.33%-
HSV(B)2.14º11.11%98.82%-
XYZ80.5279.9381.7-
YUV232.96122.95141.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 225 (88.28% from 255) = 32.10%
BLUE value IS 224 (87.89% from 255) = 31.95%
R=35.95%
G=32.10%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222522400.110.110.012.1482.3593.33
HexFCE1E00BB12525d
Octal3743413400131312122135
Binary11111100111000011110000001011101111010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1E0; }

 p { color: rgb(252,225,224); }

 H1.HeaderClassName
 {
   color: #FCE1E0;
 }
 .AnyTagClassName
 {
   color: #FCE1E0;
 }
</style>
background-color css

<style>
 a { background-color: #FCE1E0; }

 a { background-color: rgb(252,225,224); }

 div.DivClassName
 {
   background-color: #FCE1E0;
 }
 .BgClassName
 {
   background-color: #FCE1E0;
 }
</style>
border-color css

<style>
 span { border-color: #FCE1E0; }

 span { border-color: rgb(252,225,224); }

 td.TdClassName
 {
   border-color: #FCE1E0;
 }
 .TagClassName
 {
   border-color: #FCE1E0;
 }
</style>