#F5B8CE

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

Shades of Chantilly #F5B8CE

Tints of Chantilly #F5B8CE

Color information

#F5B8CE (or 0xF5B8CE) is unknown color: approx Chantilly. HEX triplet: F5, B8 and CE. RGB value is (245,184,206). Sum of RGB (Red+Green+Blue) = 245+184+206=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8CE is #0A4731. Grayscale: #CCCCCC. Windows color (decimal): -673586 or 13547765. OLE color: 13547765.

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

Color convert

RGB245184206-
CMYK00.250.160.04
HSL338.36º75.31%84.12%-
HSV(B)338.36º24.9%96.08%-
XYZ65.9458.1566.14-
YUV204.75128.71156.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 184 (72.27% from 255) = 28.98%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=38.58%
G=28.98%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518420600.250.160.04338.3675.3184.12
HexF5B8CE0191041524b54
Octal365270316031204522113124
Binary1111010110111000110011100110011000010010101001010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8CE; }

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

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

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

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

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

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

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

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