#F0ACB5

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

Shades of Blossom #F0ACB5

Tints of Blossom #F0ACB5

Color information

#F0ACB5 (or 0xF0ACB5) is unknown color: approx Blossom. HEX triplet: F0, AC and B5. RGB value is (240,172,181). Sum of RGB (Red+Green+Blue) = 240+172+181=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACB5 is #0F534A. Grayscale: #C1C1C1. Windows color (decimal): -1004363 or 11906288. OLE color: 11906288.

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

Color convert

RGB240172181-
CMYK00.280.250.06
HSL352.06º69.39%80.78%-
HSV(B)352.06º28.33%94.12%-
XYZ59.0351.3750.52-
YUV193.36121.03161.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 181 (71.09% from 255) = 30.52%
R=40.47%
G=29.01%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017218100.280.250.06352.0669.3980.78
HexF0ACB501C1961604551
Octal360254265034316540105121
Binary1111000010101100101101010111001100111010110000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ACB5; }

 p { color: rgb(240,172,181); }

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

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

 a { background-color: rgb(240,172,181); }

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

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

 span { border-color: rgb(240,172,181); }

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