Html Css Color HEX #FCD9D5 Cosmos

📋 copy color: '#FCD9D5'

red 252 ◦ green 217 ◦ blue 213

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

Shades of Cosmos #FCD9D5

Tints of Cosmos #FCD9D5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.82%

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

R = 36.95%
G = 31.82%
B = 31.23%

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

#FCD9D5 (or 0xFCD9D5) is known color: Cosmos. HEX triplet: FC, D9 and D5. RGB value is (252,217,213). Sum of RGB (Red+Green+Blue) = 252+217+213=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD9D5 is #03262A. Grayscale: #E3E3E3. Windows color (decimal): -206379 or 14014972. OLE color: 14014972.

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

Color convert

RGB 252 217 213 -
CMYK 0 0.14 0.15 0.01
HSL 6.15º 0.87% 0.91% -
HSV(B) 6.15º 0.15% 0.99% -
XYZ 76.97 75.13 73.39 -
YUV 227.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 252 217 213 0 0.14 0.15 0.01 6.15 0.87 0.91
Hex FC D9 D5 0 E F 1 6 57 5B
Octal 374 331 325 0 16 17 1 6 127 133
Binary 11111100 11011001 11010101 0 1110 1111 1 110 1010111 1011011

Color Harmonies of #FCD9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9D5

Black with #FCD9D5

Text Example


Text Example

White with #FCD9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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