#F7BBBD

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

Shades of Azalea #F7BBBD

Tints of Azalea #F7BBBD

Color information

#F7BBBD (or 0xF7BBBD) is unknown color: approx Azalea. HEX triplet: F7, BB and BD. RGB value is (247,187,189). Sum of RGB (Red+Green+Blue) = 247+187+189=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBBD is #084442. Grayscale: #CDCDCD. Windows color (decimal): -541763 or 12434423. OLE color: 12434423.

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

Color convert

RGB247187189-
CMYK00.240.230.03
HSL358º78.95%85.1%-
HSV(B)358º24.29%96.86%-
XYZ65.3158.9956.09-
YUV205.17118.88157.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.65%
GREEN value IS 187 (73.44% from 255) = 30.02%
BLUE value IS 189 (74.22% from 255) = 30.34%
R=39.65%
G=30.02%
B=30.34%

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
Decimal24718718900.240.230.0335878.9585.1
HexF7BBBD0181731664f55
Octal367273275030273546117125
Binary111101111011101110111101011000101111110110011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBBD; }

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

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

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

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

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

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

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

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