Html Css Color HEX #FCD0CE Cosmos

📋 copy color: '#FCD0CE'

red 252 ◦ green 208 ◦ blue 206

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

Shades of Cosmos #FCD0CE

Tints of Cosmos #FCD0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.23%

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

R = 37.84%
G = 31.23%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCD0CE (or 0xFCD0CE) is known color: Cosmos. HEX triplet: FC, D0 and CE. RGB value is (252,208,206). Sum of RGB (Red+Green+Blue) = 252+208+206=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0CE is #032F31. Grayscale: #DCDCDC. Windows color (decimal): -208690 or 13553916. OLE color: 13553916.

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

Color convert

RGB 252 208 206 -
CMYK 0 0.17 0.18 0.01
HSL 2.61º 0.88% 0.9% -
HSV(B) 2.61º 0.18% 0.99% -
XYZ 73.84 70.26 68.06 -
YUV 220.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 252 208 206 0 0.17 0.18 0.01 2.61 0.88 0.9
Hex FC D0 CE 0 11 12 1 3 58 5A
Octal 374 320 316 0 21 22 1 3 130 132
Binary 11111100 11010000 11001110 0 10001 10010 1 11 1011000 1011010

Color Harmonies of #FCD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0CE

Black with #FCD0CE

Text Example


Text Example

White with #FCD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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