#F2BAC9

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

Shades of Chantilly #F2BAC9

Tints of Chantilly #F2BAC9

Color information

#F2BAC9 (or 0xF2BAC9) is unknown color: approx Chantilly. HEX triplet: F2, BA and C9. RGB value is (242,186,201). Sum of RGB (Red+Green+Blue) = 242+186+201=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC9 is #0D4536. Grayscale: #CCCCCC. Windows color (decimal): -869687 or 13220594. OLE color: 13220594.

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

Color convert

RGB242186201-
CMYK00.230.170.05
HSL343.93º68.29%83.92%-
HSV(B)343.93º23.14%94.9%-
XYZ64.7258.2163.08-
YUV204.45126.05154.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 201 (78.91% from 255) = 31.96%
R=38.47%
G=29.57%
B=31.96%

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
Decimal24218620100.230.170.05343.9368.2983.92
HexF2BAC90171151584454
Octal362272311027215530104124
Binary1111001010111010110010010101111000110110101100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAC9; }

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

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

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

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

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

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

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

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