#F1AEB4

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

Shades of Blossom #F1AEB4

Tints of Blossom #F1AEB4

Color information

#F1AEB4 (or 0xF1AEB4) is unknown color: approx Blossom. HEX triplet: F1, AE and B4. RGB value is (241,174,180). Sum of RGB (Red+Green+Blue) = 241+174+180=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEB4 is #0E514B. Grayscale: #C2C2C2. Windows color (decimal): -938316 or 11841265. OLE color: 11841265.

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

Color convert

RGB241174180-
CMYK00.280.250.05
HSL354.63º70.53%81.37%-
HSV(B)354.63º27.8%94.51%-
XYZ59.6552.2750.12-
YUV194.72119.7161.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.50%
GREEN value IS 174 (68.36% from 255) = 29.24%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=40.50%
G=29.24%
B=30.25%

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
Decimal24117418000.280.250.05354.6370.5381.37
HexF1AEB401C1951634751
Octal361256264034315543107121
Binary1111000110101110101101000111001100110110110001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEB4; }

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

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

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

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

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

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

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

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