#F1B2B4

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

Shades of Blossom #F1B2B4

Tints of Blossom #F1B2B4

Color information

#F1B2B4 (or 0xF1B2B4) is unknown color: approx Blossom. HEX triplet: F1, B2 and B4. RGB value is (241,178,180). Sum of RGB (Red+Green+Blue) = 241+178+180=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B2B4 is #0E4D4B. Grayscale: #C5C5C5. Windows color (decimal): -937292 or 11842289. OLE color: 11842289.

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

Color convert

RGB241178180-
CMYK00.260.250.05
HSL358.1º69.23%82.16%-
HSV(B)358.1º26.14%94.51%-
XYZ60.4353.8450.39-
YUV197.06118.37159.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 178 (69.92% from 255) = 29.72%
BLUE value IS 180 (70.70% from 255) = 30.05%
R=40.23%
G=29.72%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117818000.260.250.05358.169.2382.16
HexF1B2B401A1951664552
Octal361262264032315546105122
Binary1111000110110010101101000110101100110110110011010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B2B4; }

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

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

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

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

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

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

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

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