#F2BACD

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

Shades of Chantilly #F2BACD

Tints of Chantilly #F2BACD

Color information

#F2BACD (or 0xF2BACD) is unknown color: approx Chantilly. HEX triplet: F2, BA and CD. RGB value is (242,186,205). Sum of RGB (Red+Green+Blue) = 242+186+205=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BACD is #0D4532. Grayscale: #CCCCCC. Windows color (decimal): -869683 or 13482738. OLE color: 13482738.

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

Color convert

RGB242186205-
CMYK00.230.150.05
HSL339.64º68.29%83.92%-
HSV(B)339.64º23.14%94.9%-
XYZ65.258.465.59-
YUV204.91128.05154.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=38.23%
G=29.38%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218620500.230.150.05339.6468.2983.92
HexF2BACD017F51544454
Octal362272315027175524104124
Binary111100101011101011001101010111111110110101010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BACD; }

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

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

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

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

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

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

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

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