#F5B9CE

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

Shades of Chantilly #F5B9CE

Tints of Chantilly #F5B9CE

Color information

#F5B9CE (or 0xF5B9CE) is unknown color: approx Chantilly. HEX triplet: F5, B9 and CE. RGB value is (245,185,206). Sum of RGB (Red+Green+Blue) = 245+185+206=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9CE is #0A4631. Grayscale: #CDCDCD. Windows color (decimal): -673330 or 13548021. OLE color: 13548021.

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

Color convert

RGB245185206-
CMYK00.240.160.04
HSL339º75%84.31%-
HSV(B)339º24.49%96.08%-
XYZ66.1558.5766.21-
YUV205.33128.38156.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 185 (72.66% from 255) = 29.09%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=38.52%
G=29.09%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518520600.240.160.043397584.31
HexF5B9CE0181041534b54
Octal365271316030204523113124
Binary1111010110111001110011100110001000010010101001110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9CE; }

 p { color: rgb(245,185,206); }

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

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

 a { background-color: rgb(245,185,206); }

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

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

 span { border-color: rgb(245,185,206); }

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