#F5B8BC

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

Shades of Azalea #F5B8BC

Tints of Azalea #F5B8BC

Color information

#F5B8BC (or 0xF5B8BC) is unknown color: approx Azalea. HEX triplet: F5, B8 and BC. RGB value is (245,184,188). Sum of RGB (Red+Green+Blue) = 245+184+188=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8BC is #0A4743. Grayscale: #CACACA. Windows color (decimal): -673604 or 12368117. OLE color: 12368117.

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

Color convert

RGB245184188-
CMYK00.250.230.04
HSL356.07º75.31%84.12%-
HSV(B)356.07º24.9%96.08%-
XYZ63.8757.3255.28-
YUV202.7119.71158.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 184 (72.27% from 255) = 29.82%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=39.71%
G=29.82%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518418800.250.230.04356.0775.3184.12
HexF5B8BC0191741644b54
Octal365270274031274544113124
Binary1111010110111000101111000110011011110010110010010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B8BC; }

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

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

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

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

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

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

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

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