#F5BCCF

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

Shades of Chantilly #F5BCCF

Tints of Chantilly #F5BCCF

Color information

#F5BCCF (or 0xF5BCCF) is unknown color: approx Chantilly. HEX triplet: F5, BC and CF. RGB value is (245,188,207). Sum of RGB (Red+Green+Blue) = 245+188+207=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCCF is #0A4330. Grayscale: #CFCFCF. Windows color (decimal): -672561 or 13614325. OLE color: 13614325.

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

Color convert

RGB245188207-
CMYK00.230.160.04
HSL340º74.03%84.9%-
HSV(B)340º23.27%96.08%-
XYZ66.959.8867.06-
YUV207.21127.88154.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.28%
GREEN value IS 188 (73.83% from 255) = 29.38%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=38.28%
G=29.38%
B=32.34%

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
Decimal24518820700.230.160.0434074.0384.9
HexF5BCCF0171041544a55
Octal365274317027204524112125
Binary1111010110111100110011110101111000010010101010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCCF; }

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

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

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

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

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

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

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

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