#F3AAB2

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

Shades of Blossom #F3AAB2

Tints of Blossom #F3AAB2

Color information

#F3AAB2 (or 0xF3AAB2) is unknown color: approx Blossom. HEX triplet: F3, AA and B2. RGB value is (243,170,178). Sum of RGB (Red+Green+Blue) = 243+170+178=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3AAB2 is #0C554D. Grayscale: #C0C0C0. Windows color (decimal): -808270 or 11709171. OLE color: 11709171.

HSL color Cylindrical-coordinate representation of color #F3AAB2: hue angle of 353.42º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3AAB2 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243170178-
CMYK00.300.270.05
HSL353.42º75.26%80.98%-
HSV(B)353.42º30.04%95.29%-
XYZ59.3751.0248.84-
YUV192.74119.68163.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.12%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 178 (69.92% from 255) = 30.12%
R=41.12%
G=28.76%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24317017800.300.270.05353.4275.2680.98
HexF3AAB201E1B51614b51
Octal363252262036335541113121
Binary1111001110101010101100100111101101110110110000110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AAB2; }

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

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

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

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

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

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

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

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