#FEB0B9

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

Shades of Light Pink #FEB0B9

Tints of Light Pink #FEB0B9

Color information

#FEB0B9 (or 0xFEB0B9) is unknown color: approx Light Pink. HEX triplet: FE, B0 and B9. RGB value is (254,176,185). Sum of RGB (Red+Green+Blue) = 254+176+185=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB0B9 is #014F46. Grayscale: #C8C8C8. Windows color (decimal): -85831 or 12169470. OLE color: 12169470.

HSL color Cylindrical-coordinate representation of color #FEB0B9: hue angle of 353.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEB0B9 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254176185-
CMYK00.310.270.00
HSL353.08º97.5%84.31%-
HSV(B)353.08º30.71%99.61%-
XYZ65.1655.6253.2-
YUV200.35119.34166.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 176 (69.14% from 255) = 28.62%
BLUE value IS 185 (72.66% from 255) = 30.08%
R=41.30%
G=28.62%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417618500.310.270.00353.0897.584.31
HexFEB0B901F1B01616254
Octal376260271037330541142124
Binary11111110101100001011100101111111011010110000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0B9; }

 p { color: rgb(254,176,185); }

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

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

 a { background-color: rgb(254,176,185); }

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

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

 span { border-color: rgb(254,176,185); }

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