#F5BDCD

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

Shades of Chantilly #F5BDCD

Tints of Chantilly #F5BDCD

Color information

#F5BDCD (or 0xF5BDCD) is unknown color: approx Chantilly. HEX triplet: F5, BD and CD. RGB value is (245,189,205). Sum of RGB (Red+Green+Blue) = 245+189+205=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDCD is #0A4232. Grayscale: #CFCFCF. Windows color (decimal): -672307 or 13483509. OLE color: 13483509.

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

Color convert

RGB245189205-
CMYK00.230.160.04
HSL342.86º73.68%85.1%-
HSV(B)342.86º22.86%96.08%-
XYZ66.8760.2265.86-
YUV207.57126.55154.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=38.34%
G=29.58%
B=32.08%

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
Decimal24518920500.230.160.04342.8673.6885.1
HexF5BDCD0171041574a55
Octal365275315027204527112125
Binary1111010110111101110011010101111000010010101011110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDCD; }

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

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

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

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

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

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

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

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