#FCD7CF

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

Shades of Cosmos #FCD7CF

Tints of Cosmos #FCD7CF

Color information

#FCD7CF (or 0xFCD7CF) is unknown color: approx Cosmos. HEX triplet: FC, D7 and CF. RGB value is (252,215,207). Sum of RGB (Red+Green+Blue) = 252+215+207=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7CF is #032830. Grayscale: #E1E1E1. Windows color (decimal): -206897 or 13621244. OLE color: 13621244.

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

Color convert

RGB252215207-
CMYK00.150.180.01
HSL10.67º88.24%90%-
HSV(B)10.67º17.86%98.82%-
XYZ75.7173.869.29-
YUV225.15117.76147.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 215 (84.38% from 255) = 31.90%
BLUE value IS 207 (81.25% from 255) = 30.71%
R=37.39%
G=31.90%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221520700.150.180.0110.6788.2490
HexFCD7CF0F121b585a
Octal37432731701722113130132
Binary11111100110101111100111101111100101101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7CF; }

 p { color: rgb(252,215,207); }

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

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

 a { background-color: rgb(252,215,207); }

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

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

 span { border-color: rgb(252,215,207); }

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