#F2ACB1

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

Shades of Blossom #F2ACB1

Tints of Blossom #F2ACB1

Color information

#F2ACB1 (or 0xF2ACB1) is unknown color: approx Blossom. HEX triplet: F2, AC and B1. RGB value is (242,172,177). Sum of RGB (Red+Green+Blue) = 242+172+177=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2ACB1 is #0D534E. Grayscale: #C1C1C1. Windows color (decimal): -873295 or 11644146. OLE color: 11644146.

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

Color convert

RGB242172177-
CMYK00.290.270.05
HSL355.71º72.92%81.18%-
HSV(B)355.71º28.93%94.9%-
XYZ59.3151.5648.42-
YUV193.5118.69162.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 177 (69.53% from 255) = 29.95%
R=40.95%
G=29.10%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217217700.290.270.05355.7172.9281.18
HexF2ACB101D1B51644951
Octal362254261035335544111121
Binary1111001010101100101100010111011101110110110010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACB1; }

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

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

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

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

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

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

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

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