#F7BBBE

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

Shades of Azalea #F7BBBE

Tints of Azalea #F7BBBE

Color information

#F7BBBE (or 0xF7BBBE) is unknown color: approx Azalea. HEX triplet: F7, BB and BE. RGB value is (247,187,190). Sum of RGB (Red+Green+Blue) = 247+187+190=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBBE is #084441. Grayscale: #CDCDCD. Windows color (decimal): -541762 or 12499959. OLE color: 12499959.

HSL color Cylindrical-coordinate representation of color #F7BBBE: hue angle of 357º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBBE is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247187190-
CMYK00.240.230.03
HSL357º78.95%85.1%-
HSV(B)357º24.29%96.86%-
XYZ65.4259.0356.66-
YUV205.28119.38157.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.58%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=39.58%
G=29.97%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718719000.240.230.0335778.9585.1
HexF7BBBE0181731654f55
Octal367273276030273545117125
Binary111101111011101110111110011000101111110110010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBBE; }

 p { color: rgb(247,187,190); }

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

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

 a { background-color: rgb(247,187,190); }

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

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

 span { border-color: rgb(247,187,190); }

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