#F8B8BB

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

Shades of Azalea #F8B8BB

Tints of Azalea #F8B8BB

Color information

#F8B8BB (or 0xF8B8BB) is unknown color: approx Azalea. HEX triplet: F8, B8 and BB. RGB value is (248,184,187). Sum of RGB (Red+Green+Blue) = 248+184+187=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B8BB is #074744. Grayscale: #CBCBCB. Windows color (decimal): -476997 or 12302584. OLE color: 12302584.

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

Color convert

RGB248184187-
CMYK00.260.250.03
HSL357.19º82.05%84.71%-
HSV(B)357.19º25.81%97.25%-
XYZ64.8257.8354.76-
YUV203.48118.7159.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.06%
GREEN value IS 184 (72.27% from 255) = 29.73%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=40.06%
G=29.73%
B=30.21%

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
Decimal24818418700.260.250.03357.1982.0584.71
HexF8B8BB01A1931655255
Octal370270273032313545122125
Binary111110001011100010111011011010110011110110010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B8BB; }

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

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

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

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

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

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

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

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