#F4AAB0

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

Shades of Blossom #F4AAB0

Tints of Blossom #F4AAB0

Color information

#F4AAB0 (or 0xF4AAB0) is unknown color: approx Blossom. HEX triplet: F4, AA and B0. RGB value is (244,170,176). Sum of RGB (Red+Green+Blue) = 244+170+176=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4AAB0 is #0B554F. Grayscale: #C0C0C0. Windows color (decimal): -742736 or 11578100. OLE color: 11578100.

HSL color Cylindrical-coordinate representation of color #F4AAB0: hue angle of 355.14º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AAB0 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244170176-
CMYK00.300.280.04
HSL355.14º77.08%81.18%-
HSV(B)355.14º30.33%95.69%-
XYZ59.5251.1247.8-
YUV192.81118.52164.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.36%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=41.36%
G=28.81%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417017600.300.280.04355.1477.0881.18
HexF4AAB001E1C41634d51
Octal364252260036344543115121
Binary1111010010101010101100000111101110010010110001110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AAB0; }

 p { color: rgb(244,170,176); }

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

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

 a { background-color: rgb(244,170,176); }

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

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

 span { border-color: rgb(244,170,176); }

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