Html Css Color HEX #FCD4D0 Cosmos

📋 copy color: '#FCD4D0'

red 252 ◦ green 212 ◦ blue 208

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

Shades of Cosmos #FCD4D0

Tints of Cosmos #FCD4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 30.95%

R = 37.5%
G = 31.55%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCD4D0 (or 0xFCD4D0) is known color: Cosmos. HEX triplet: FC, D4 and D0. RGB value is (252,212,208). Sum of RGB (Red+Green+Blue) = 252+212+208=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4D0 is #032B2F. Grayscale: #DFDFDF. Windows color (decimal): -207664 or 13686012. OLE color: 13686012.

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

Color convert

RGB 252 212 208 -
CMYK 0 0.16 0.17 0.01
HSL 5.45º 0.88% 0.9% -
HSV(B) 5.45º 0.17% 0.99% -
XYZ 75.07 72.34 69.68 -
YUV 223.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 252 212 208 0 0.16 0.17 0.01 5.45 0.88 0.9
Hex FC D4 D0 0 10 11 1 5 58 5A
Octal 374 324 320 0 20 21 1 5 130 132
Binary 11111100 11010100 11010000 0 10000 10001 1 101 1011000 1011010

Color Harmonies of #FCD4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4D0

Black with #FCD4D0

Text Example


Text Example

White with #FCD4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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