Html Css Color HEX #FCD4CC Cosmos

📋 copy color: '#FCD4CC'

red 252 ◦ green 212 ◦ blue 204

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

Shades of Cosmos #FCD4CC

Tints of Cosmos #FCD4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.74%

 BLUE value IS 204 (80.08% from 255) = 30.54%

R = 37.72%
G = 31.74%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCD4CC (or 0xFCD4CC) is known color: Cosmos. HEX triplet: FC, D4 and CC. RGB value is (252,212,204). Sum of RGB (Red+Green+Blue) = 252+212+204=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4CC is #032B33. Grayscale: #DFDFDF. Windows color (decimal): -207668 or 13423868. OLE color: 13423868.

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

Color convert

RGB 252 212 204 -
CMYK 0 0.16 0.19 0.01
HSL 10º 0.89% 0.89% -
HSV(B) 10º 0.19% 0.99% -
XYZ 74.59 72.14 67.12 -
YUV 223.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 252 212 204 0 0.16 0.19 0.01 10 0.89 0.89
Hex FC D4 CC 0 10 13 1 A 59 59
Octal 374 324 314 0 20 23 1 12 131 131
Binary 11111100 11010100 11001100 0 10000 10011 1 1010 1011001 1011001

Color Harmonies of #FCD4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4CC

Black with #FCD4CC

Text Example


Text Example

White with #FCD4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4CC; }

 p { color: rgb(252,212,204); }

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

background-color css

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

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

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

border-color css

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

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

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