#F5BBCB

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

Shades of Chantilly #F5BBCB

Tints of Chantilly #F5BBCB

Color information

#F5BBCB (or 0xF5BBCB) is unknown color: approx Chantilly. HEX triplet: F5, BB and CB. RGB value is (245,187,203). Sum of RGB (Red+Green+Blue) = 245+187+203=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBCB is #0A4434. Grayscale: #CECECE. Windows color (decimal): -672821 or 13351925. OLE color: 13351925.

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

Color convert

RGB245187203-
CMYK00.240.170.04
HSL343.45º74.36%84.71%-
HSV(B)343.45º23.67%96.08%-
XYZ66.2159.2664.45-
YUV206.17126.22155.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 203 (79.69% from 255) = 31.97%
R=38.58%
G=29.45%
B=31.97%

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
Decimal24518720300.240.170.04343.4574.3684.71
HexF5BBCB0181141574a55
Octal365273313030214527112125
Binary1111010110111011110010110110001000110010101011110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBCB; }

 p { color: rgb(245,187,203); }

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

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

 a { background-color: rgb(245,187,203); }

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

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

 span { border-color: rgb(245,187,203); }

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