#F1AAB4

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

Shades of Blossom #F1AAB4

Tints of Blossom #F1AAB4

Color information

#F1AAB4 (or 0xF1AAB4) is unknown color: approx Blossom. HEX triplet: F1, AA and B4. RGB value is (241,170,180). Sum of RGB (Red+Green+Blue) = 241+170+180=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAB4 is #0E554B. Grayscale: #C0C0C0. Windows color (decimal): -939340 or 11840241. OLE color: 11840241.

HSL color Cylindrical-coordinate representation of color #F1AAB4: hue angle of 351.55º 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 #F1AAB4 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241170180-
CMYK00.290.250.05
HSL351.55º71.72%80.59%-
HSV(B)351.55º29.46%94.51%-
XYZ58.8950.7549.87-
YUV192.37121.02162.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=40.78%
G=28.76%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117018000.290.250.05351.5571.7280.59
HexF1AAB401D1951604851
Octal361252264035315540110121
Binary1111000110101010101101000111011100110110110000010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AAB4; }

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

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

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

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

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

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

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

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