#F5BDCE

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

Shades of Chantilly #F5BDCE

Tints of Chantilly #F5BDCE

Color information

#F5BDCE (or 0xF5BDCE) is unknown color: approx Chantilly. HEX triplet: F5, BD and CE. RGB value is (245,189,206). Sum of RGB (Red+Green+Blue) = 245+189+206=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDCE is #0A4231. Grayscale: #CFCFCF. Windows color (decimal): -672306 or 13549045. OLE color: 13549045.

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

Color convert

RGB245189206-
CMYK00.230.160.04
HSL341.79º73.68%85.1%-
HSV(B)341.79º22.86%96.08%-
XYZ66.9960.2666.49-
YUV207.68127.05154.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.28%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 206 (80.86% from 255) = 32.19%
R=38.28%
G=29.53%
B=32.19%

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
Decimal24518920600.230.160.04341.7973.6885.1
HexF5BDCE0171041564a55
Octal365275316027204526112125
Binary1111010110111101110011100101111000010010101011010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDCE; }

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

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

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

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

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

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

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

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