Html Css Color HEX #FCD8D8 Cosmos

📋 copy color: '#FCD8D8'

red 252 ◦ green 216 ◦ blue 216

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

Shades of Cosmos #FCD8D8

Tints of Cosmos #FCD8D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.58%

R = 36.84%
G = 31.58%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCD8D8 (or 0xFCD8D8) is known color: Cosmos. HEX triplet: FC, D8 and D8. RGB value is (252,216,216). Sum of RGB (Red+Green+Blue) = 252+216+216=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8D8 is #032727. Grayscale: #E2E2E2. Windows color (decimal): -206632 or 14211324. OLE color: 14211324.

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

Color convert

RGB 252 216 216 -
CMYK 0 0.14 0.14 0.01
HSL 0.86% 0.92% -
HSV(B) 0.14% 0.99% -
XYZ 77.1 74.77 75.33 -
YUV 226.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 252 216 216 0 0.14 0.14 0.01 0 0.86 0.92
Hex FC D8 D8 0 E E 1 0 56 5C
Octal 374 330 330 0 16 16 1 0 126 134
Binary 11111100 11011000 11011000 0 1110 1110 1 0 1010110 1011100

Color Harmonies of #FCD8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8D8

Black with #FCD8D8

Text Example


Text Example

White with #FCD8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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