#F2B0B5

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

Shades of Blossom #F2B0B5

Tints of Blossom #F2B0B5

Color information

#F2B0B5 (or 0xF2B0B5) is unknown color: approx Blossom. HEX triplet: F2, B0 and B5. RGB value is (242,176,181). Sum of RGB (Red+Green+Blue) = 242+176+181=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 181 (71.09% from 255 or 30.22% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2B0B5 is #0D4F4A. Grayscale: #C4C4C4. Windows color (decimal): -872267 or 11907314. OLE color: 11907314.

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

Color convert

RGB242176181-
CMYK00.270.250.05
HSL355.45º71.74%81.96%-
HSV(B)355.45º27.27%94.9%-
XYZ60.4853.2650.81-
YUV196.3119.37160.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 181 (71.09% from 255) = 30.22%
R=40.40%
G=29.38%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217618100.270.250.05355.4571.7481.96
HexF2B0B501B1951634852
Octal362260265033315543110122
Binary1111001010110000101101010110111100110110110001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B0B5; }

 p { color: rgb(242,176,181); }

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

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

 a { background-color: rgb(242,176,181); }

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

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

 span { border-color: rgb(242,176,181); }

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