#F5BDCC

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

Shades of Chantilly #F5BDCC

Tints of Chantilly #F5BDCC

Color information

#F5BDCC (or 0xF5BDCC) is unknown color: approx Chantilly. HEX triplet: F5, BD and CC. RGB value is (245,189,204). Sum of RGB (Red+Green+Blue) = 245+189+204=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDCC is #0A4233. Grayscale: #CFCFCF. Windows color (decimal): -672308 or 13417973. OLE color: 13417973.

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

Color convert

RGB245189204-
CMYK00.230.170.04
HSL343.93º73.68%85.1%-
HSV(B)343.93º22.86%96.08%-
XYZ66.7560.1765.22-
YUV207.45126.05154.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=38.40%
G=29.62%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518920400.230.170.04343.9373.6885.1
HexF5BDCC0171141584a55
Octal365275314027214530112125
Binary1111010110111101110011000101111000110010101100010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDCC; }

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

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

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

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

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

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

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

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