#F5B9CC

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

Shades of Chantilly #F5B9CC

Tints of Chantilly #F5B9CC

Color information

#F5B9CC (or 0xF5B9CC) is unknown color: approx Chantilly. HEX triplet: F5, B9 and CC. RGB value is (245,185,204). Sum of RGB (Red+Green+Blue) = 245+185+204=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9CC is #0A4633. Grayscale: #CDCDCD. Windows color (decimal): -673332 or 13416949. OLE color: 13416949.

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

Color convert

RGB245185204-
CMYK00.240.170.04
HSL341º75%84.31%-
HSV(B)341º24.49%96.08%-
XYZ65.958.4764.94-
YUV205.11127.38156.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.64%
GREEN value IS 185 (72.66% from 255) = 29.18%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=38.64%
G=29.18%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518520400.240.170.043417584.31
HexF5B9CC0181141554b54
Octal365271314030214525113124
Binary1111010110111001110011000110001000110010101010110010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9CC; }

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

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

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

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

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

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

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

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