Html Css Color HEX #FCD0D6 Cherub

📋 copy color: '#FCD0D6'

red 252 ◦ green 208 ◦ blue 214

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

Shades of Cherub #FCD0D6

Tints of Cherub #FCD0D6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.86%

 BLUE value IS 214 (83.98% from 255) = 31.75%

R = 37.39%
G = 30.86%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCD0D6 (or 0xFCD0D6) is known color: Cherub. HEX triplet: FC, D0 and D6. RGB value is (252,208,214). Sum of RGB (Red+Green+Blue) = 252+208+214=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0D6 is #032F29. Grayscale: #DDDDDD. Windows color (decimal): -208682 or 14078204. OLE color: 14078204.

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

Color convert

RGB 252 208 214 -
CMYK 0 0.17 0.15 0.01
HSL 351.82º 0.88% 0.9% -
HSV(B) 351.82º 0.17% 0.99% -
XYZ 74.84 70.66 73.31 -
YUV 221.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 252 208 214 0 0.17 0.15 0.01 351.82 0.88 0.9
Hex FC D0 D6 0 11 F 1 160 58 5A
Octal 374 320 326 0 21 17 1 540 130 132
Binary 11111100 11010000 11010110 0 10001 1111 1 101100000 1011000 1011010

Color Harmonies of #FCD0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0D6

Black with #FCD0D6

Text Example


Text Example

White with #FCD0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0D6; }

 p { color: rgb(252,208,214); }

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

background-color css

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

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

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

border-color css

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

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

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