#F0A9B2

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

Shades of Blossom #F0A9B2

Tints of Blossom #F0A9B2

Color information

#F0A9B2 (or 0xF0A9B2) is unknown color: approx Blossom. HEX triplet: F0, A9 and B2. RGB value is (240,169,178). Sum of RGB (Red+Green+Blue) = 240+169+178=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A9B2 is #0F564D. Grayscale: #BFBFBF. Windows color (decimal): -1005134 or 11708912. OLE color: 11708912.

HSL color Cylindrical-coordinate representation of color #F0A9B2: hue angle of 352.39º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A9B2 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB240169178-
CMYK00.300.260.06
HSL352.39º70.3%80.2%-
HSV(B)352.39º29.58%94.12%-
XYZ58.1650.1248.73-
YUV191.25120.52162.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 178 (69.92% from 255) = 30.32%
R=40.89%
G=28.79%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016917800.300.260.06352.3970.380.2
HexF0A9B201E1A61604650
Octal360251262036326540106120
Binary1111000010101001101100100111101101011010110000010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A9B2; }

 p { color: rgb(240,169,178); }

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

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

 a { background-color: rgb(240,169,178); }

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

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

 span { border-color: rgb(240,169,178); }

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