#F8BABB

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

Shades of Azalea #F8BABB

Tints of Azalea #F8BABB

Color information

#F8BABB (or 0xF8BABB) is unknown color: approx Azalea. HEX triplet: F8, BA and BB. RGB value is (248,186,187). Sum of RGB (Red+Green+Blue) = 248+186+187=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BABB is #074544. Grayscale: #CCCCCC. Windows color (decimal): -476485 or 12303096. OLE color: 12303096.

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

Color convert

RGB248186187-
CMYK00.250.250.03
HSL359.03º81.58%85.1%-
HSV(B)359.03º25%97.25%-
XYZ65.2458.6654.9-
YUV204.65118.04158.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.94%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=39.94%
G=29.95%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818618700.250.250.03359.0381.5885.1
HexF8BABB0191931675255
Octal370272273031313547122125
Binary111110001011101010111011011001110011110110011110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BABB; }

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

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

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

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

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

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

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

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