#F2BBBF

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

Shades of Azalea #F2BBBF

Tints of Azalea #F2BBBF

Color information

#F2BBBF (or 0xF2BBBF) is unknown color: approx Azalea. HEX triplet: F2, BB and BF. RGB value is (242,187,191). Sum of RGB (Red+Green+Blue) = 242+187+191=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBBF is #0D4440. Grayscale: #CBCBCB. Windows color (decimal): -869441 or 12565490. OLE color: 12565490.

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

Color convert

RGB242187191-
CMYK00.230.210.05
HSL355.64º67.9%84.12%-
HSV(B)355.64º22.73%94.9%-
XYZ63.7958.1857.16-
YUV203.9120.72155.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 191 (75% from 255) = 30.81%
R=39.03%
G=30.16%
B=30.81%

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
Decimal24218719100.230.210.05355.6467.984.12
HexF2BBBF0171551644454
Octal362273277027255544104124
Binary1111001010111011101111110101111010110110110010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBBF; }

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

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

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

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

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

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

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

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