#F2A8B3

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

Shades of Blossom #F2A8B3

Tints of Blossom #F2A8B3

Color information

#F2A8B3 (or 0xF2A8B3) is unknown color: approx Blossom. HEX triplet: F2, A8 and B3. RGB value is (242,168,179). Sum of RGB (Red+Green+Blue) = 242+168+179=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8B3 is #0D574C. Grayscale: #BFBFBF. Windows color (decimal): -874317 or 11774194. OLE color: 11774194.

HSL color Cylindrical-coordinate representation of color #F2A8B3: hue angle of 351.08º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A8B3 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB242168179-
CMYK00.310.260.05
HSL351.08º74%80.39%-
HSV(B)351.08º30.58%94.9%-
XYZ58.7650.1449.23-
YUV191.38121.02164.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.09%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 179 (70.31% from 255) = 30.39%
R=41.09%
G=28.52%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216817900.310.260.05351.087480.39
HexF2A8B301F1A515f4a50
Octal362250263037325537112120
Binary1111001010101000101100110111111101010110101111110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A8B3; }

 p { color: rgb(242,168,179); }

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

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

 a { background-color: rgb(242,168,179); }

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

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

 span { border-color: rgb(242,168,179); }

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