#F4B0B1

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

Shades of Blossom #F4B0B1

Tints of Blossom #F4B0B1

Color information

#F4B0B1 (or 0xF4B0B1) is unknown color: approx Blossom. HEX triplet: F4, B0 and B1. RGB value is (244,176,177). Sum of RGB (Red+Green+Blue) = 244+176+177=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B0B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B0B1 is #0B4F4E. Grayscale: #C4C4C4. Windows color (decimal): -741199 or 11645172. OLE color: 11645172.

HSL color Cylindrical-coordinate representation of color #F4B0B1: hue angle of 359.12º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4B0B1 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244176177-
CMYK00.280.270.04
HSL359.12º75.56%82.35%-
HSV(B)359.12º27.87%95.69%-
XYZ60.7753.4648.71-
YUV196.45117.03161.92-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.87%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 177 (69.53% from 255) = 29.65%
R=40.87%
G=29.48%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417617700.280.270.04359.1275.5682.35
HexF4B0B101C1B41674c52
Octal364260261034334547114122
Binary1111010010110000101100010111001101110010110011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B0B1; }

 p { color: rgb(244,176,177); }

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

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

 a { background-color: rgb(244,176,177); }

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

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

 span { border-color: rgb(244,176,177); }

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