#F5B9CD

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

Shades of Chantilly #F5B9CD

Tints of Chantilly #F5B9CD

Color information

#F5B9CD (or 0xF5B9CD) is unknown color: approx Chantilly. HEX triplet: F5, B9 and CD. RGB value is (245,185,205). Sum of RGB (Red+Green+Blue) = 245+185+205=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9CD is #0A4632. Grayscale: #CDCDCD. Windows color (decimal): -673331 or 13482485. OLE color: 13482485.

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

Color convert

RGB245185205-
CMYK00.240.160.04
HSL340º75%84.31%-
HSV(B)340º24.49%96.08%-
XYZ66.0258.5265.57-
YUV205.22127.88156.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 185 (72.66% from 255) = 29.13%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=38.58%
G=29.13%
B=32.28%

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
Decimal24518520500.240.160.043407584.31
HexF5B9CD0181041544b54
Octal365271315030204524113124
Binary1111010110111001110011010110001000010010101010010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9CD; }

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

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

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

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

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

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

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

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