Html Css Color HEX #FCD8D5 Cosmos

📋 copy color: '#FCD8D5'

red 252 ◦ green 216 ◦ blue 213

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

Shades of Cosmos #FCD8D5

Tints of Cosmos #FCD8D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.28%

R = 37%
G = 31.72%
B = 31.28%

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

#FCD8D5 (or 0xFCD8D5) is known color: Cosmos. HEX triplet: FC, D8 and D5. RGB value is (252,216,213). Sum of RGB (Red+Green+Blue) = 252+216+213=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8D5 is #03272A. Grayscale: #E2E2E2. Windows color (decimal): -206635 or 14014716. OLE color: 14014716.

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

Color convert

RGB 252 216 213 -
CMYK 0 0.14 0.15 0.01
HSL 4.62º 0.87% 0.91% -
HSV(B) 4.62º 0.15% 0.99% -
XYZ 76.71 74.61 73.31 -
YUV 226.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 252 216 213 0 0.14 0.15 0.01 4.62 0.87 0.91
Hex FC D8 D5 0 E F 1 5 57 5B
Octal 374 330 325 0 16 17 1 5 127 133
Binary 11111100 11011000 11010101 0 1110 1111 1 101 1010111 1011011

Color Harmonies of #FCD8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8D5

Black with #FCD8D5

Text Example


Text Example

White with #FCD8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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