#F2BACA

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

Shades of Chantilly #F2BACA

Tints of Chantilly #F2BACA

Color information

#F2BACA (or 0xF2BACA) is unknown color: approx Chantilly. HEX triplet: F2, BA and CA. RGB value is (242,186,202). Sum of RGB (Red+Green+Blue) = 242+186+202=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BACA is #0D4535. Grayscale: #CCCCCC. Windows color (decimal): -869686 or 13286130. OLE color: 13286130.

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

Color convert

RGB242186202-
CMYK00.230.170.05
HSL342.86º68.29%83.92%-
HSV(B)342.86º23.14%94.9%-
XYZ64.8458.2663.7-
YUV204.57126.55154.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 202 (79.30% from 255) = 32.06%
R=38.41%
G=29.52%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218620200.230.170.05342.8668.2983.92
HexF2BACA0171151574454
Octal362272312027215527104124
Binary1111001010111010110010100101111000110110101011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BACA; }

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

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

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

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

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

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

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

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