Html Css Color HEX #FCD5CE Cosmos

📋 copy color: '#FCD5CE'

red 252 ◦ green 213 ◦ blue 206

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

Shades of Cosmos #FCD5CE

Tints of Cosmos #FCD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.74%

 BLUE value IS 206 (80.86% from 255) = 30.7%

R = 37.56%
G = 31.74%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCD5CE (or 0xFCD5CE) is known color: Cosmos. HEX triplet: FC, D5 and CE. RGB value is (252,213,206). Sum of RGB (Red+Green+Blue) = 252+213+206=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5CE is #032A31. Grayscale: #DFDFDF. Windows color (decimal): -207410 or 13555196. OLE color: 13555196.

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

Color convert

RGB 252 213 206 -
CMYK 0 0.15 0.18 0.01
HSL 9.13º 0.88% 0.9% -
HSV(B) 9.13º 0.18% 0.99% -
XYZ 75.08 72.74 68.48 -
YUV 223.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 252 213 206 0 0.15 0.18 0.01 9.13 0.88 0.9
Hex FC D5 CE 0 F 12 1 9 58 5A
Octal 374 325 316 0 17 22 1 11 130 132
Binary 11111100 11010101 11001110 0 1111 10010 1 1001 1011000 1011010

Color Harmonies of #FCD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5CE

Black with #FCD5CE

Text Example


Text Example

White with #FCD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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