#FCD8D5

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

Shades of Cosmos #FCD8D5

Tints of Cosmos #FCD8D5

Color information

#FCD8D5 (or 0xFCD8D5) is unknown color: approx Cosmos. HEX triplet: FC, D8 and D5. RGB value is (252,216,213). Sum of RGB (Red+Green+Blue) = 252+216+213=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD8D5 is #03272A. Grayscale: #E2E2E2. Windows color (decimal): -206635 or 14014716. OLE color: 14014716.

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

Color convert

RGB252216213-
CMYK00.140.150.01
HSL4.62º86.67%91.18%-
HSV(B)4.62º15.48%98.82%-
XYZ76.7174.6173.31-
YUV226.42120.43146.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 216 (84.77% from 255) = 31.72%
BLUE value IS 213 (83.59% from 255) = 31.28%
R=37.00%
G=31.72%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221621300.140.150.014.6286.6791.18
HexFCD8D50EF15575b
Octal3743303250161715127133
Binary111111001101100011010101011101111110110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD8D5; }

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

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

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

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

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

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

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

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