#F2BACB

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

Shades of Chantilly #F2BACB

Tints of Chantilly #F2BACB

Color information

#F2BACB (or 0xF2BACB) is unknown color: approx Chantilly. HEX triplet: F2, BA and CB. RGB value is (242,186,203). Sum of RGB (Red+Green+Blue) = 242+186+203=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BACB is #0D4534. Grayscale: #CCCCCC. Windows color (decimal): -869685 or 13351666. OLE color: 13351666.

HSL color Cylindrical-coordinate representation of color #F2BACB: hue angle of 341.79º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BACB is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242186203-
CMYK00.230.160.05
HSL341.79º68.29%83.92%-
HSV(B)341.79º23.14%94.9%-
XYZ64.9658.3164.33-
YUV204.68127.05154.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.35%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=38.35%
G=29.48%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218620300.230.160.05341.7968.2983.92
HexF2BACB0171051564454
Octal362272313027205526104124
Binary1111001010111010110010110101111000010110101011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BACB; }

 p { color: rgb(242,186,203); }

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

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

 a { background-color: rgb(242,186,203); }

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

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

 span { border-color: rgb(242,186,203); }

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