#F4B8BB

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

Shades of Azalea #F4B8BB

Tints of Azalea #F4B8BB

Color information

#F4B8BB (or 0xF4B8BB) is unknown color: approx Azalea. HEX triplet: F4, B8 and BB. RGB value is (244,184,187). Sum of RGB (Red+Green+Blue) = 244+184+187=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B8BB is #0B4744. Grayscale: #CACACA. Windows color (decimal): -739141 or 12302580. OLE color: 12302580.

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

Color convert

RGB244184187-
CMYK00.250.230.04
HSL357º73.17%83.92%-
HSV(B)357º24.59%95.69%-
XYZ63.4257.154.69-
YUV202.28119.38157.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.67%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=39.67%
G=29.92%
B=30.41%

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
Decimal24418418700.250.230.0435773.1783.92
HexF4B8BB0191741654954
Octal364270273031274545111124
Binary1111010010111000101110110110011011110010110010110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B8BB; }

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

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

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

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

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

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

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

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