#FCDEDE

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

Shades of Tutu #FCDEDE

Tints of Tutu #FCDEDE

Color information

#FCDEDE (or 0xFCDEDE) is unknown color: approx Tutu. HEX triplet: FC, DE and DE. RGB value is (252,222,222). Sum of RGB (Red+Green+Blue) = 252+222+222=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEDE is #032121. Grayscale: #E7E7E7. Windows color (decimal): -205090 or 14606076. OLE color: 14606076.

HSL color Cylindrical-coordinate representation of color #FCDEDE: hue angle of 0º 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 #FCDEDE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252222222-
CMYK00.120.120.01
HSL83.33%92.94%-
HSV(B)11.9%98.82%-
XYZ79.4578.2180.02-
YUV230.97122.94143-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.21%
GREEN value IS 222 (87.11% from 255) = 31.90%
BLUE value IS 222 (87.11% from 255) = 31.90%
R=36.21%
G=31.90%
B=31.90%

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
Decimal25222222200.120.120.01083.3392.94
HexFCDEDE0CC10535d
Octal3743363360141410123135
Binary1111110011011110110111100110011001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEDE; }

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

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

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

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

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

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

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

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