#FCE1E1

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

Shades of Tutu #FCE1E1

Tints of Tutu #FCE1E1

Color information

#FCE1E1 (or 0xFCE1E1) is unknown color: approx Tutu. HEX triplet: FC, E1 and E1. RGB value is (252,225,225). Sum of RGB (Red+Green+Blue) = 252+225+225=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 225 (88.28% from 255 or 32.05% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1E1 is #031E1E. Grayscale: #E9E9E9. Windows color (decimal): -204319 or 14803452. OLE color: 14803452.

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

Color convert

RGB252225225-
CMYK00.110.110.01
HSL81.82%93.53%-
HSV(B)10.71%98.82%-
XYZ80.6679.9882.42-
YUV233.07123.45141.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 225 (88.28% from 255) = 32.05%
BLUE value IS 225 (88.28% from 255) = 32.05%
R=35.90%
G=32.05%
B=32.05%

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
Decimal25222522500.110.110.01081.8293.53
HexFCE1E10BB10525e
Octal3743413410131310122136
Binary1111110011100001111000010101110111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1E1; }

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

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

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

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

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

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

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

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