#F5D2CF

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

Shades of Cosmos #F5D2CF

Tints of Cosmos #F5D2CF

Color information

#F5D2CF (or 0xF5D2CF) is unknown color: approx Cosmos. HEX triplet: F5, D2 and CF. RGB value is (245,210,207). Sum of RGB (Red+Green+Blue) = 245+210+207=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2CF is #0A2D30. Grayscale: #DCDCDC. Windows color (decimal): -666929 or 13619957. OLE color: 13619957.

HSL color Cylindrical-coordinate representation of color #F5D2CF: hue angle of 4.74º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5D2CF is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245210207-
CMYK00.140.160.04
HSL4.74º65.52%88.63%-
HSV(B)4.74º15.51%96.08%-
XYZ71.9770.0168.75-
YUV220.12120.6145.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 210 (82.42% from 255) = 31.72%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=37.01%
G=31.72%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521020700.140.160.044.7465.5288.63
HexF5D2CF0E10454259
Octal3653223170162045102131
Binary111101011101001011001111011101000010010110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D2CF; }

 p { color: rgb(245,210,207); }

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

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

 a { background-color: rgb(245,210,207); }

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

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

 span { border-color: rgb(245,210,207); }

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