#F2AEB4

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

Shades of Blossom #F2AEB4

Tints of Blossom #F2AEB4

Color information

#F2AEB4 (or 0xF2AEB4) is unknown color: approx Blossom. HEX triplet: F2, AE and B4. RGB value is (242,174,180). Sum of RGB (Red+Green+Blue) = 242+174+180=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 180 (70.70% from 255 or 30.20% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AEB4 is #0D514B. Grayscale: #C3C3C3. Windows color (decimal): -872780 or 11841266. OLE color: 11841266.

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

Color convert

RGB242174180-
CMYK00.280.260.05
HSL354.71º72.34%81.57%-
HSV(B)354.71º28.1%94.9%-
XYZ59.9952.4450.14-
YUV195.02119.53161.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 180 (70.70% from 255) = 30.20%
R=40.60%
G=29.19%
B=30.20%

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
Decimal24217418000.280.260.05354.7172.3481.57
HexF2AEB401C1A51634852
Octal362256264034325543110122
Binary1111001010101110101101000111001101010110110001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AEB4; }

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

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

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

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

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

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

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

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