#F2AEB2

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

Shades of Blossom #F2AEB2

Tints of Blossom #F2AEB2

Color information

#F2AEB2 (or 0xF2AEB2) is unknown color: approx Blossom. HEX triplet: F2, AE and B2. RGB value is (242,174,178). Sum of RGB (Red+Green+Blue) = 242+174+178=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AEB2 is #0D514D. Grayscale: #C2C2C2. Windows color (decimal): -872782 or 11710194. OLE color: 11710194.

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

Color convert

RGB242174178-
CMYK00.280.260.05
HSL356.47º72.34%81.57%-
HSV(B)356.47º28.1%94.9%-
XYZ59.7952.3649.08-
YUV194.79118.53161.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 178 (69.92% from 255) = 29.97%
R=40.74%
G=29.29%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217417800.280.260.05356.4772.3481.57
HexF2AEB201C1A51644852
Octal362256262034325544110122
Binary1111001010101110101100100111001101010110110010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEB2; }

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

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

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

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

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

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

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

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