#F5D4CF

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

Shades of Cosmos #F5D4CF

Tints of Cosmos #F5D4CF

Color information

#F5D4CF (or 0xF5D4CF) is unknown color: approx Cosmos. HEX triplet: F5, D4 and CF. RGB value is (245,212,207). Sum of RGB (Red+Green+Blue) = 245+212+207=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D4CF is #0A2B30. Grayscale: #DDDDDD. Windows color (decimal): -666417 or 13620469. OLE color: 13620469.

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

Color convert

RGB245212207-
CMYK00.130.160.04
HSL7.89º65.52%88.63%-
HSV(B)7.89º15.51%96.08%-
XYZ72.467168.92-
YUV221.3119.93144.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.90%
GREEN value IS 212 (83.20% from 255) = 31.93%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=36.90%
G=31.93%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521220700.130.160.047.8965.5288.63
HexF5D4CF0D10484259
Octal36532431701520410102131
Binary1111010111010100110011110110110000100100010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D4CF; }

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

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

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

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

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

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

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

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