#F3ACB1

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

Shades of Blossom #F3ACB1

Tints of Blossom #F3ACB1

Color information

#F3ACB1 (or 0xF3ACB1) is unknown color: approx Blossom. HEX triplet: F3, AC and B1. RGB value is (243,172,177). Sum of RGB (Red+Green+Blue) = 243+172+177=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3ACB1 is #0C534E. Grayscale: #C1C1C1. Windows color (decimal): -807759 or 11644147. OLE color: 11644147.

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

Color convert

RGB243172177-
CMYK00.290.270.05
HSL355.77º74.74%81.37%-
HSV(B)355.77º29.22%95.29%-
XYZ59.6551.7348.44-
YUV193.8118.52163.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 177 (69.53% from 255) = 29.90%
R=41.05%
G=29.05%
B=29.90%

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
Decimal24317217700.290.270.05355.7774.7481.37
HexF3ACB101D1B51644b51
Octal363254261035335544113121
Binary1111001110101100101100010111011101110110110010010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACB1; }

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

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

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

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

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

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

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

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