#F5BBCD

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

Shades of Chantilly #F5BBCD

Tints of Chantilly #F5BBCD

Color information

#F5BBCD (or 0xF5BBCD) is unknown color: approx Chantilly. HEX triplet: F5, BB and CD. RGB value is (245,187,205). Sum of RGB (Red+Green+Blue) = 245+187+205=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBCD is #0A4432. Grayscale: #CECECE. Windows color (decimal): -672819 or 13482997. OLE color: 13482997.

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

Color convert

RGB245187205-
CMYK00.240.160.04
HSL341.38º74.36%84.71%-
HSV(B)341.38º23.67%96.08%-
XYZ66.4559.3665.71-
YUV206.39127.22155.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=38.46%
G=29.36%
B=32.18%

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
Decimal24518720500.240.160.04341.3874.3684.71
HexF5BBCD0181041554a55
Octal365273315030204525112125
Binary1111010110111011110011010110001000010010101010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBCD; }

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

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

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

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

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

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

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

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