#F2AEB1

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

Shades of Blossom #F2AEB1

Tints of Blossom #F2AEB1

Color information

#F2AEB1 (or 0xF2AEB1) is unknown color: approx Blossom. HEX triplet: F2, AE and B1. RGB value is (242,174,177). Sum of RGB (Red+Green+Blue) = 242+174+177=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 177 (69.53% from 255 or 29.85% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AEB1 is #0D514E. Grayscale: #C2C2C2. Windows color (decimal): -872783 or 11644658. OLE color: 11644658.

HSL color Cylindrical-coordinate representation of color #F2AEB1: hue angle of 357.35º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AEB1 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB242174177-
CMYK00.280.270.05
HSL357.35º72.34%81.57%-
HSV(B)357.35º28.1%94.9%-
XYZ59.6952.3248.55-
YUV194.67118.03161.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 177 (69.53% from 255) = 29.85%
R=40.81%
G=29.34%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217417700.280.270.05357.3572.3481.57
HexF2AEB101C1B51654852
Octal362256261034335545110122
Binary1111001010101110101100010111001101110110110010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEB1; }

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

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

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

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

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

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

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

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