#F4BBBC

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

Shades of Azalea #F4BBBC

Tints of Azalea #F4BBBC

Color information

#F4BBBC (or 0xF4BBBC) is unknown color: approx Azalea. HEX triplet: F4, BB and BC. RGB value is (244,187,188). Sum of RGB (Red+Green+Blue) = 244+187+188=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBBC is #0B4443. Grayscale: #CCCCCC. Windows color (decimal): -738372 or 12368884. OLE color: 12368884.

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

Color convert

RGB244187188-
CMYK00.230.230.04
HSL358.95º72.15%84.51%-
HSV(B)358.95º23.36%95.69%-
XYZ64.1658.455.47-
YUV204.16118.88156.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.42%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=39.42%
G=30.21%
B=30.37%

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
Decimal24418718800.230.230.04358.9572.1584.51
HexF4BBBC0171741674855
Octal364273274027274547110125
Binary1111010010111011101111000101111011110010110011110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBBC; }

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

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

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

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

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

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

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

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