#F1AEB5

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

Shades of Blossom #F1AEB5

Tints of Blossom #F1AEB5

Color information

#F1AEB5 (or 0xF1AEB5) is unknown color: approx Blossom. HEX triplet: F1, AE and B5. RGB value is (241,174,181). Sum of RGB (Red+Green+Blue) = 241+174+181=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEB5 is #0E514A. Grayscale: #C2C2C2. Windows color (decimal): -938315 or 11906801. OLE color: 11906801.

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

Color convert

RGB241174181-
CMYK00.280.250.05
HSL353.73º70.53%81.37%-
HSV(B)353.73º27.8%94.51%-
XYZ59.7552.3150.66-
YUV194.83120.2160.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 181 (71.09% from 255) = 30.37%
R=40.44%
G=29.19%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117418100.280.250.05353.7370.5381.37
HexF1AEB501C1951624751
Octal361256265034315542107121
Binary1111000110101110101101010111001100110110110001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEB5; }

 p { color: rgb(241,174,181); }

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

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

 a { background-color: rgb(241,174,181); }

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

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

 span { border-color: rgb(241,174,181); }

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