#FCDDDC

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

Shades of Tutu #FCDDDC

Tints of Tutu #FCDDDC

Color information

#FCDDDC (or 0xFCDDDC) is unknown color: approx Tutu. HEX triplet: FC, DD and DC. RGB value is (252,221,220). Sum of RGB (Red+Green+Blue) = 252+221+220=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDDC is #032223. Grayscale: #E6E6E6. Windows color (decimal): -205348 or 14474748. OLE color: 14474748.

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

Color convert

RGB252221220-
CMYK00.120.130.01
HSL1.88º84.21%92.55%-
HSV(B)1.88º12.7%98.82%-
XYZ78.9277.5878.52-
YUV230.16122.27143.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.36%
GREEN value IS 221 (86.72% from 255) = 31.89%
BLUE value IS 220 (86.33% from 255) = 31.75%
R=36.36%
G=31.89%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222122000.120.130.011.8884.2192.55
HexFCDDDC0CD12545d
Octal3743353340141512124135
Binary11111100110111011101110001100110111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDDC; }

 p { color: rgb(252,221,220); }

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

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

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

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

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

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

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