#F2ACB3

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

Shades of Blossom #F2ACB3

Tints of Blossom #F2ACB3

Color information

#F2ACB3 (or 0xF2ACB3) is unknown color: approx Blossom. HEX triplet: F2, AC and B3. RGB value is (242,172,179). Sum of RGB (Red+Green+Blue) = 242+172+179=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACB3 is #0D534C. Grayscale: #C1C1C1. Windows color (decimal): -873293 or 11775218. OLE color: 11775218.

HSL color Cylindrical-coordinate representation of color #F2ACB3: hue angle of 354º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACB3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB242172179-
CMYK00.290.260.05
HSL354º72.92%81.18%-
HSV(B)354º28.93%94.9%-
XYZ59.5151.6449.48-
YUV193.73119.69162.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=40.81%
G=29.01%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217217900.290.260.0535472.9281.18
HexF2ACB301D1A51624951
Octal362254263035325542111121
Binary1111001010101100101100110111011101010110110001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACB3; }

 p { color: rgb(242,172,179); }

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

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

 a { background-color: rgb(242,172,179); }

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

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

 span { border-color: rgb(242,172,179); }

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