#F5BABB

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

Shades of Azalea #F5BABB

Tints of Azalea #F5BABB

Color information

#F5BABB (or 0xF5BABB) is unknown color: approx Azalea. HEX triplet: F5, BA and BB. RGB value is (245,186,187). Sum of RGB (Red+Green+Blue) = 245+186+187=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BABB is #0A4544. Grayscale: #CBCBCB. Windows color (decimal): -673093 or 12303093. OLE color: 12303093.

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

Color convert

RGB245186187-
CMYK00.240.240.04
HSL358.98º74.68%84.51%-
HSV(B)358.98º24.08%96.08%-
XYZ64.1858.1254.85-
YUV203.76118.55157.42-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=39.64%
G=30.10%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518618700.240.240.04358.9874.6884.51
HexF5BABB0181841674b55
Octal365272273030304547113125
Binary1111010110111010101110110110001100010010110011110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BABB; }

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

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

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

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

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

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

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

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