#F2BAC4

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

Shades of Chantilly #F2BAC4

Tints of Chantilly #F2BAC4

Color information

#F2BAC4 (or 0xF2BAC4) is unknown color: approx Chantilly. HEX triplet: F2, BA and C4. RGB value is (242,186,196). Sum of RGB (Red+Green+Blue) = 242+186+196=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC4 is #0D453B. Grayscale: #CBCBCB. Windows color (decimal): -869692 or 12892914. OLE color: 12892914.

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

Color convert

RGB242186196-
CMYK00.230.190.05
HSL349.29º68.29%83.92%-
HSV(B)349.29º23.14%94.9%-
XYZ64.1457.9860.04-
YUV203.88123.55155.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 196 (76.95% from 255) = 31.41%
R=38.78%
G=29.81%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218619600.230.190.05349.2968.2983.92
HexF2BAC401713515d4454
Octal362272304027235535104124
Binary1111001010111010110001000101111001110110101110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAC4; }

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

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

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

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

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

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

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

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