#F2BABF

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

Shades of Azalea #F2BABF

Tints of Azalea #F2BABF

Color information

#F2BABF (or 0xF2BABF) is unknown color: approx Azalea. HEX triplet: F2, BA and BF. RGB value is (242,186,191). Sum of RGB (Red+Green+Blue) = 242+186+191=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BABF is #0D4540. Grayscale: #CBCBCB. Windows color (decimal): -869697 or 12565234. OLE color: 12565234.

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

Color convert

RGB242186191-
CMYK00.230.210.05
HSL354.64º68.29%83.92%-
HSV(B)354.64º23.14%94.9%-
XYZ63.5857.7657.09-
YUV203.31121.05155.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.10%
GREEN value IS 186 (73.05% from 255) = 30.05%
BLUE value IS 191 (75% from 255) = 30.86%
R=39.10%
G=30.05%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218619100.230.210.05354.6468.2983.92
HexF2BABF0171551634454
Octal362272277027255543104124
Binary1111001010111010101111110101111010110110110001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BABF; }

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

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

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

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

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

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

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

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