#F2AAB1

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

Shades of Blossom #F2AAB1

Tints of Blossom #F2AAB1

Color information

#F2AAB1 (or 0xF2AAB1) is unknown color: approx Blossom. HEX triplet: F2, AA and B1. RGB value is (242,170,177). Sum of RGB (Red+Green+Blue) = 242+170+177=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AAB1 is #0D554E. Grayscale: #C0C0C0. Windows color (decimal): -873807 or 11643634. OLE color: 11643634.

HSL color Cylindrical-coordinate representation of color #F2AAB1: hue angle of 354.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAB1 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242170177-
CMYK00.300.270.05
HSL354.17º73.47%80.78%-
HSV(B)354.17º29.75%94.9%-
XYZ58.9350.848.29-
YUV192.33119.35163.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 177 (69.53% from 255) = 30.05%
R=41.09%
G=28.86%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217017700.300.270.05354.1773.4780.78
HexF2AAB101E1B51624951
Octal362252261036335542111121
Binary1111001010101010101100010111101101110110110001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AAB1; }

 p { color: rgb(242,170,177); }

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

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

 a { background-color: rgb(242,170,177); }

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

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

 span { border-color: rgb(242,170,177); }

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