#F7B9BE

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

Shades of Azalea #F7B9BE

Tints of Azalea #F7B9BE

Color information

#F7B9BE (or 0xF7B9BE) is unknown color: approx Azalea. HEX triplet: F7, B9 and BE. RGB value is (247,185,190). Sum of RGB (Red+Green+Blue) = 247+185+190=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9BE is #084641. Grayscale: #CCCCCC. Windows color (decimal): -542274 or 12499447. OLE color: 12499447.

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

Color convert

RGB247185190-
CMYK00.250.230.03
HSL355.16º79.49%84.71%-
HSV(B)355.16º25.1%96.86%-
XYZ6558.1956.52-
YUV204.11120.04158.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.71%
GREEN value IS 185 (72.66% from 255) = 29.74%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=39.71%
G=29.74%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718519000.250.230.03355.1679.4984.71
HexF7B9BE0191731634f55
Octal367271276031273543117125
Binary111101111011100110111110011001101111110110001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B9BE; }

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

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

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

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

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

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

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

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