#FCD3CE

Color #FCD3CE Cosmos (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmos #FCD3CE

Tints of Cosmos #FCD3CE

Color information

#FCD3CE (or 0xFCD3CE) is unknown color: approx Cosmos. HEX triplet: FC, D3 and CE. RGB value is (252,211,206). Sum of RGB (Red+Green+Blue) = 252+211+206=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD3CE is #032C31. Grayscale: #DEDEDE. Windows color (decimal): -207922 or 13554684. OLE color: 13554684.

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

Color convert

RGB252211206-
CMYK00.160.180.01
HSL6.52º88.46%89.8%-
HSV(B)6.52º18.25%98.82%-
XYZ74.5871.7468.31-
YUV222.69118.58148.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 211 (82.81% from 255) = 31.54%
BLUE value IS 206 (80.86% from 255) = 30.79%
R=37.67%
G=31.54%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221120600.160.180.016.5288.4689.8
HexFCD3CE0101217585a
Octal3743233160202217130132
Binary11111100110100111100111001000010010111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD3CE; }

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

 H1.HeaderClassName
 {
   color: #FCD3CE;
 }
 .AnyTagClassName
 {
   color: #FCD3CE;
 }
</style>
background-color css

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

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

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

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

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

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