#F1AAB3

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

Shades of Blossom #F1AAB3

Tints of Blossom #F1AAB3

Color information

#F1AAB3 (or 0xF1AAB3) is unknown color: approx Blossom. HEX triplet: F1, AA and B3. RGB value is (241,170,179). Sum of RGB (Red+Green+Blue) = 241+170+179=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAB3 is #0E554C. Grayscale: #C0C0C0. Windows color (decimal): -939341 or 11774705. OLE color: 11774705.

HSL color Cylindrical-coordinate representation of color #F1AAB3: hue angle of 352.39º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1AAB3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB241170179-
CMYK00.290.260.05
HSL352.39º71.72%80.59%-
HSV(B)352.39º29.46%94.51%-
XYZ58.7950.749.34-
YUV192.26120.52162.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.85%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 179 (70.31% from 255) = 30.34%
R=40.85%
G=28.81%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117017900.290.260.05352.3971.7280.59
HexF1AAB301D1A51604851
Octal361252263035325540110121
Binary1111000110101010101100110111011101010110110000010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAB3; }

 p { color: rgb(241,170,179); }

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

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

 a { background-color: rgb(241,170,179); }

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

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

 span { border-color: rgb(241,170,179); }

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