#F5BDCF

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

Shades of Chantilly #F5BDCF

Tints of Chantilly #F5BDCF

Color information

#F5BDCF (or 0xF5BDCF) is unknown color: approx Chantilly. HEX triplet: F5, BD and CF. RGB value is (245,189,207). Sum of RGB (Red+Green+Blue) = 245+189+207=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDCF is #0A4230. Grayscale: #CFCFCF. Windows color (decimal): -672305 or 13614581. OLE color: 13614581.

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

Color convert

RGB245189207-
CMYK00.230.160.04
HSL340.71º73.68%85.1%-
HSV(B)340.71º22.86%96.08%-
XYZ67.1260.3167.14-
YUV207.8127.55154.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=38.22%
G=29.49%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518920700.230.160.04340.7173.6885.1
HexF5BDCF0171041554a55
Octal365275317027204525112125
Binary1111010110111101110011110101111000010010101010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDCF; }

 p { color: rgb(245,189,207); }

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

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

 a { background-color: rgb(245,189,207); }

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

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

 span { border-color: rgb(245,189,207); }

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