#F8BBBD

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

Shades of Azalea #F8BBBD

Tints of Azalea #F8BBBD

Color information

#F8BBBD (or 0xF8BBBD) is unknown color: approx Azalea. HEX triplet: F8, BB and BD. RGB value is (248,187,189). Sum of RGB (Red+Green+Blue) = 248+187+189=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBBD is #074442. Grayscale: #CDCDCD. Windows color (decimal): -476227 or 12434424. OLE color: 12434424.

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

Color convert

RGB248187189-
CMYK00.250.240.03
HSL358.03º81.33%85.29%-
HSV(B)358.03º24.6%97.25%-
XYZ65.6759.1756.1-
YUV205.47118.71158.34-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.74%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=39.74%
G=29.97%
B=30.29%

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
Decimal24818718900.250.240.03358.0381.3385.29
HexF8BBBD0191831665155
Octal370273275031303546121125
Binary111110001011101110111101011001110001110110011010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBBD; }

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

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

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

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

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

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

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

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