#f7b8ba

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

Shades of Azalea #F7B8BA

Tints of Azalea #F7B8BA

Color information

#F7B8BA (or 0xF7B8BA) is unknown color: approx Azalea. HEX triplet: F7, B8 and BA. RGB value is (247,184,186). Sum of RGB (Red+Green+Blue) = 247+184+186=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B8BA is #084745. Grayscale: #CBCBCB. Windows color (decimal): -542534 or 12237047. OLE color: 12237047.

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

Color convert

RGB247184186-
CMYK00.260.250.03
HSL358.1º79.75%84.51%-
HSV(B)358.1º25.51%96.86%-
XYZ64.3657.654.18-
YUV203.06118.37159.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.03%
GREEN value IS 184 (72.27% from 255) = 29.82%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=40.03%
G=29.82%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718418600.260.250.03358.179.7584.51
HexF7B8BA01A1931665055
Octal367270272032313546120125
Binary111101111011100010111010011010110011110110011010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7b8ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7b8ba; }

 p { color: rgb(247,184,186); }

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

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

 a { background-color: rgb(247,184,186); }

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

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

 span { border-color: rgb(247,184,186); }

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