#F3ACB2

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

Shades of Blossom #F3ACB2

Tints of Blossom #F3ACB2

Color information

#F3ACB2 (or 0xF3ACB2) is unknown color: approx Blossom. HEX triplet: F3, AC and B2. RGB value is (243,172,178). Sum of RGB (Red+Green+Blue) = 243+172+178=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 178 (69.92% from 255 or 30.02% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3ACB2 is #0C534D. Grayscale: #C1C1C1. Windows color (decimal): -807758 or 11709683. OLE color: 11709683.

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

Color convert

RGB243172178-
CMYK00.290.270.05
HSL354.93º74.74%81.37%-
HSV(B)354.93º29.22%95.29%-
XYZ59.7551.7748.96-
YUV193.91119.02163.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.98%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 178 (69.92% from 255) = 30.02%
R=40.98%
G=29.01%
B=30.02%

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
Decimal24317217800.290.270.05354.9374.7481.37
HexF3ACB201D1B51634b51
Octal363254262035335543113121
Binary1111001110101100101100100111011101110110110001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACB2; }

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

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

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

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

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

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

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

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