#F1AEB7

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

Shades of Blossom #F1AEB7

Tints of Blossom #F1AEB7

Color information

#F1AEB7 (or 0xF1AEB7) is unknown color: approx Blossom. HEX triplet: F1, AE and B7. RGB value is (241,174,183). Sum of RGB (Red+Green+Blue) = 241+174+183=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEB7 is #0E5148. Grayscale: #C3C3C3. Windows color (decimal): -938313 or 12037873. OLE color: 12037873.

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

Color convert

RGB241174183-
CMYK00.280.240.05
HSL351.94º70.53%81.37%-
HSV(B)351.94º27.8%94.51%-
XYZ59.9652.3951.75-
YUV195.06121.2160.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 183 (71.88% from 255) = 30.60%
R=40.30%
G=29.10%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117418300.280.240.05351.9470.5381.37
HexF1AEB701C1851604751
Octal361256267034305540107121
Binary1111000110101110101101110111001100010110110000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEB7; }

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

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

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

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

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

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

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

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