#F5B8BA

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

Shades of Azalea #F5B8BA

Tints of Azalea #F5B8BA

Color information

#F5B8BA (or 0xF5B8BA) is unknown color: approx Azalea. HEX triplet: F5, B8 and BA. RGB value is (245,184,186). Sum of RGB (Red+Green+Blue) = 245+184+186=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8BA is #0A4745. Grayscale: #CACACA. Windows color (decimal): -673606 or 12237045. OLE color: 12237045.

HSL color Cylindrical-coordinate representation of color #F5B8BA: hue angle of 358.03º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B8BA is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245184186-
CMYK00.250.240.04
HSL358.03º75.31%84.12%-
HSV(B)358.03º24.9%96.08%-
XYZ63.6657.2454.15-
YUV202.47118.71158.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=39.84%
G=29.92%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518418600.250.240.04358.0375.3184.12
HexF5B8BA0191841664b54
Octal365270272031304546113124
Binary1111010110111000101110100110011100010010110011010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8BA; }

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

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

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

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

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

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

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

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