#F7B9BB

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

Shades of Azalea #F7B9BB

Tints of Azalea #F7B9BB

Color information

#F7B9BB (or 0xF7B9BB) is unknown color: approx Azalea. HEX triplet: F7, B9 and BB. RGB value is (247,185,187). Sum of RGB (Red+Green+Blue) = 247+185+187=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9BB is #084644. Grayscale: #CBCBCB. Windows color (decimal): -542277 or 12302839. OLE color: 12302839.

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

Color convert

RGB247185187-
CMYK00.250.240.03
HSL358.06º79.49%84.71%-
HSV(B)358.06º25.1%96.86%-
XYZ64.6858.0654.81-
YUV203.77118.54158.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.90%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=39.90%
G=29.89%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718518700.250.240.03358.0679.4984.71
HexF7B9BB0191831664f55
Octal367271273031303546117125
Binary111101111011100110111011011001110001110110011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B9BB; }

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

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

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

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

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

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

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

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