#F2BBBD

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

Shades of Azalea #F2BBBD

Tints of Azalea #F2BBBD

Color information

#F2BBBD (or 0xF2BBBD) is unknown color: approx Azalea. HEX triplet: F2, BB and BD. RGB value is (242,187,189). Sum of RGB (Red+Green+Blue) = 242+187+189=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBBD is #0D4442. Grayscale: #CBCBCB. Windows color (decimal): -869443 or 12434418. OLE color: 12434418.

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

Color convert

RGB242187189-
CMYK00.230.220.05
HSL357.82º67.9%84.12%-
HSV(B)357.82º22.73%94.9%-
XYZ63.5758.0956.01-
YUV203.67119.72155.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.16%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=39.16%
G=30.26%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218718900.230.220.05357.8267.984.12
HexF2BBBD0171651664454
Octal362273275027265546104124
Binary1111001010111011101111010101111011010110110011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBBD; }

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

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

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

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

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

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

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

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