#F4BCBD

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

Shades of Azalea #F4BCBD

Tints of Azalea #F4BCBD

Color information

#F4BCBD (or 0xF4BCBD) is unknown color: approx Azalea. HEX triplet: F4, BC and BD. RGB value is (244,188,189). Sum of RGB (Red+Green+Blue) = 244+188+189=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCBD is #0B4342. Grayscale: #CCCCCC. Windows color (decimal): -738115 or 12434676. OLE color: 12434676.

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

Color convert

RGB244188189-
CMYK00.230.230.04
HSL358.93º71.79%84.71%-
HSV(B)358.93º22.95%95.69%-
XYZ64.4858.8756.11-
YUV204.86119.05155.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.29%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 189 (74.22% from 255) = 30.43%
R=39.29%
G=30.27%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418818900.230.230.04358.9371.7984.71
HexF4BCBD0171741674855
Octal364274275027274547110125
Binary1111010010111100101111010101111011110010110011110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCBD; }

 p { color: rgb(244,188,189); }

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

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

 a { background-color: rgb(244,188,189); }

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

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

 span { border-color: rgb(244,188,189); }

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