#F5BCCB

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

Shades of Chantilly #F5BCCB

Tints of Chantilly #F5BCCB

Color information

#F5BCCB (or 0xF5BCCB) is unknown color: approx Chantilly. HEX triplet: F5, BC and CB. RGB value is (245,188,203). Sum of RGB (Red+Green+Blue) = 245+188+203=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCCB is #0A4334. Grayscale: #CECECE. Windows color (decimal): -672565 or 13352181. OLE color: 13352181.

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

Color convert

RGB245188203-
CMYK00.230.170.04
HSL344.21º74.03%84.9%-
HSV(B)344.21º23.27%96.08%-
XYZ66.4259.6964.52-
YUV206.75125.88155.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.52%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=38.52%
G=29.56%
B=31.92%

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
Decimal24518820300.230.170.04344.2174.0384.9
HexF5BCCB0171141584a55
Octal365274313027214530112125
Binary1111010110111100110010110101111000110010101100010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCCB; }

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

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

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

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

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

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

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

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