#F1B4B5

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

Shades of Blossom #F1B4B5

Tints of Blossom #F1B4B5

Color information

#F1B4B5 (or 0xF1B4B5) is unknown color: approx Blossom. HEX triplet: F1, B4 and B5. RGB value is (241,180,181). Sum of RGB (Red+Green+Blue) = 241+180+181=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4B5 is #0E4B4A. Grayscale: #C6C6C6. Windows color (decimal): -936779 or 11908337. OLE color: 11908337.

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

Color convert

RGB241180181-
CMYK00.250.250.05
HSL359.02º68.54%82.55%-
HSV(B)359.02º25.31%94.51%-
XYZ60.9454.6851.06-
YUV198.35118.21158.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 181 (71.09% from 255) = 30.07%
R=40.03%
G=29.90%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118018100.250.250.05359.0268.5482.55
HexF1B4B50191951674553
Octal361264265031315547105123
Binary1111000110110100101101010110011100110110110011110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4B5; }

 p { color: rgb(241,180,181); }

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

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

 a { background-color: rgb(241,180,181); }

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

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

 span { border-color: rgb(241,180,181); }

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