#F7BABB

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

Shades of Azalea #F7BABB

Tints of Azalea #F7BABB

Color information

#F7BABB (or 0xF7BABB) is unknown color: approx Azalea. HEX triplet: F7, BA and BB. RGB value is (247,186,187). Sum of RGB (Red+Green+Blue) = 247+186+187=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BABB is #084544. Grayscale: #CCCCCC. Windows color (decimal): -542021 or 12303095. OLE color: 12303095.

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

Color convert

RGB247186187-
CMYK00.250.240.03
HSL359.02º79.22%84.9%-
HSV(B)359.02º24.7%96.86%-
XYZ64.8958.4854.88-
YUV204.35118.21158.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.84%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=39.84%
G=30%
B=30.16%

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
Decimal24718618700.250.240.03359.0279.2284.9
HexF7BABB0191831674f55
Octal367272273031303547117125
Binary111101111011101010111011011001110001110110011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BABB; }

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

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

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

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

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

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

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

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