#F0AEB1

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

Shades of Blossom #F0AEB1

Tints of Blossom #F0AEB1

Color information

#F0AEB1 (or 0xF0AEB1) is unknown color: approx Blossom. HEX triplet: F0, AE and B1. RGB value is (240,174,177). Sum of RGB (Red+Green+Blue) = 240+174+177=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AEB1 is #0F514E. Grayscale: #C2C2C2. Windows color (decimal): -1003855 or 11644656. OLE color: 11644656.

HSL color Cylindrical-coordinate representation of color #F0AEB1: hue angle of 357.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AEB1 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB240174177-
CMYK00.280.260.06
HSL357.27º68.75%81.18%-
HSV(B)357.27º27.5%94.12%-
XYZ59.0151.9748.52-
YUV194.08118.37160.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 177 (69.53% from 255) = 29.95%
R=40.61%
G=29.44%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017417700.280.260.06357.2768.7581.18
HexF0AEB101C1A61654551
Octal360256261034326545105121
Binary1111000010101110101100010111001101011010110010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEB1; }

 p { color: rgb(240,174,177); }

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

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

 a { background-color: rgb(240,174,177); }

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

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

 span { border-color: rgb(240,174,177); }

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