#F5BCCA

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

Shades of Chantilly #F5BCCA

Tints of Chantilly #F5BCCA

Color information

#F5BCCA (or 0xF5BCCA) is unknown color: approx Chantilly. HEX triplet: F5, BC and CA. RGB value is (245,188,202). Sum of RGB (Red+Green+Blue) = 245+188+202=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCCA is #0A4335. Grayscale: #CECECE. Windows color (decimal): -672566 or 13286645. OLE color: 13286645.

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

Color convert

RGB245188202-
CMYK00.230.180.04
HSL345.26º74.03%84.9%-
HSV(B)345.26º23.27%96.08%-
XYZ66.359.6463.9-
YUV206.64125.38155.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=38.58%
G=29.61%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518820200.230.180.04345.2674.0384.9
HexF5BCCA0171241594a55
Octal365274312027224531112125
Binary1111010110111100110010100101111001010010101100110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCCA; }

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

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

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

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

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

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

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

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