Html Css Color HEX #FCD6CE Cosmos

📋 copy color: '#FCD6CE'

red 252 ◦ green 214 ◦ blue 206

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

Shades of Cosmos #FCD6CE

Tints of Cosmos #FCD6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.85%

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

R = 37.5%
G = 31.85%
B = 30.65%

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

#FCD6CE (or 0xFCD6CE) is known color: Cosmos. HEX triplet: FC, D6 and CE. RGB value is (252,214,206). Sum of RGB (Red+Green+Blue) = 252+214+206=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6CE is #032931. Grayscale: #E0E0E0. Windows color (decimal): -207154 or 13555452. OLE color: 13555452.

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

Color convert

RGB 252 214 206 -
CMYK 0 0.15 0.18 0.01
HSL 10.43º 0.88% 0.9% -
HSV(B) 10.43º 0.18% 0.99% -
XYZ 75.33 73.24 68.56 -
YUV 224.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 252 214 206 0 0.15 0.18 0.01 10.43 0.88 0.9
Hex FC D6 CE 0 F 12 1 A 58 5A
Octal 374 326 316 0 17 22 1 12 130 132
Binary 11111100 11010110 11001110 0 1111 10010 1 1010 1011000 1011010

Color Harmonies of #FCD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6CE

Black with #FCD6CE

Text Example


Text Example

White with #FCD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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