Html Css Color HEX #FCDEDD Tutu

📋 copy color: '#FCDEDD'

red 252 ◦ green 222 ◦ blue 221

#FCDEDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tutu #FCDEDD

Tints of Tutu #FCDEDD

RGB

 RED value IS 252 (98.83% from 255) = 36.26%

 GREEN value IS 222 (87.11% from 255) = 31.94%

 BLUE value IS 221 (86.72% from 255) = 31.8%

R = 36.26%
G = 31.94%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCDEDD (or 0xFCDEDD) is known color: Tutu. HEX triplet: FC, DE and DD. RGB value is (252,222,221). Sum of RGB (Red+Green+Blue) = 252+222+221=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 222 (87.11% from 255 or 31.94% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEDD is #032122. Grayscale: #E6E6E6. Windows color (decimal): -205091 or 14540540. OLE color: 14540540.

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

Color convert

RGB 252 222 221 -
CMYK 0 0.12 0.12 0.01
HSL 1.94º 0.84% 0.93% -
HSV(B) 1.94º 0.12% 0.99% -
XYZ 79.32 78.16 79.31 -
YUV 230.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 252 222 221 0 0.12 0.12 0.01 1.94 0.84 0.93
Hex FC DE DD 0 C C 1 2 54 5D
Octal 374 336 335 0 14 14 1 2 124 135
Binary 11111100 11011110 11011101 0 1100 1100 1 10 1010100 1011101

Color Harmonies of #FCDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEDD

Black with #FCDEDD

Text Example


Text Example

White with #FCDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEDD; }

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

 H1.HeaderClassName
 {
   color: #FCDEDD;
 }
 .AnyTagClassName
 {
   color: #FCDEDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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