#F7B9BF

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

Shades of Azalea #F7B9BF

Tints of Azalea #F7B9BF

Color information

#F7B9BF (or 0xF7B9BF) is unknown color: approx Azalea. HEX triplet: F7, B9 and BF. RGB value is (247,185,191). Sum of RGB (Red+Green+Blue) = 247+185+191=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9BF is #084640. Grayscale: #CCCCCC. Windows color (decimal): -542273 or 12564983. OLE color: 12564983.

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

Color convert

RGB247185191-
CMYK00.250.230.03
HSL354.19º79.49%84.71%-
HSV(B)354.19º25.1%96.86%-
XYZ65.1158.2357.1-
YUV204.22120.54158.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.65%
GREEN value IS 185 (72.66% from 255) = 29.70%
BLUE value IS 191 (75% from 255) = 30.66%
R=39.65%
G=29.70%
B=30.66%

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
Decimal24718519100.250.230.03354.1979.4984.71
HexF7B9BF0191731624f55
Octal367271277031273542117125
Binary111101111011100110111111011001101111110110001010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B9BF; }

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

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

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

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

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

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

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

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