#FCDFDE

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

Shades of Tutu #FCDFDE

Tints of Tutu #FCDFDE

Color information

#FCDFDE (or 0xFCDFDE) is unknown color: approx Tutu. HEX triplet: FC, DF and DE. RGB value is (252,223,222). Sum of RGB (Red+Green+Blue) = 252+223+222=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFDE is #032021. Grayscale: #E7E7E7. Windows color (decimal): -204834 or 14606332. OLE color: 14606332.

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

Color convert

RGB252223222-
CMYK00.120.120.01
HSL83.33%92.94%-
HSV(B)11.9%98.82%-
XYZ79.7278.7480.1-
YUV231.56122.61142.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 222 (87.11% from 255) = 31.85%
R=36.15%
G=31.99%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222322200.120.120.01283.3392.94
HexFCDFDE0CC12535d
Octal3743373360141412123135
Binary11111100110111111101111001100110011010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFDE; }

 p { color: rgb(252,223,222); }

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

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

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

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

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

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

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