Html Css Color HEX #FCD8D7 Cosmos

📋 copy color: '#FCD8D7'

red 252 ◦ green 216 ◦ blue 215

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

Shades of Cosmos #FCD8D7

Tints of Cosmos #FCD8D7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.63%

 BLUE value IS 215 (84.38% from 255) = 31.48%

R = 36.9%
G = 31.63%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCD8D7 (or 0xFCD8D7) is known color: Cosmos. HEX triplet: FC, D8 and D7. RGB value is (252,216,215). Sum of RGB (Red+Green+Blue) = 252+216+215=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 216 (84.77% from 255 or 31.63% from 683); Blue value is 215 (84.38% from 255 or 31.48% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8D7 is #032728. Grayscale: #E2E2E2. Windows color (decimal): -206633 or 14145788. OLE color: 14145788.

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

Color convert

RGB 252 216 215 -
CMYK 0 0.14 0.15 0.01
HSL 1.62º 0.86% 0.92% -
HSV(B) 1.62º 0.15% 0.99% -
XYZ 76.97 74.71 74.65 -
YUV 226.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 252 216 215 0 0.14 0.15 0.01 1.62 0.86 0.92
Hex FC D8 D7 0 E F 1 2 56 5C
Octal 374 330 327 0 16 17 1 2 126 134
Binary 11111100 11011000 11010111 0 1110 1111 1 10 1010110 1011100

Color Harmonies of #FCD8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8D7

Black with #FCD8D7

Text Example


Text Example

White with #FCD8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8D7; }

 p { color: rgb(252,216,215); }

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

background-color css

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

 a { background-color: rgb(252,216,215); }

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

border-color css

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

 span { border-color: rgb(252,216,215); }

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