#FEB8B9

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

Shades of Light Pink #FEB8B9

Tints of Light Pink #FEB8B9

Color information

#FEB8B9 (or 0xFEB8B9) is unknown color: approx Light Pink. HEX triplet: FE, B8 and B9. RGB value is (254,184,185). Sum of RGB (Red+Green+Blue) = 254+184+185=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 184 (72.27% from 255 or 29.53% from 623); Blue value is 185 (72.66% from 255 or 29.70% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8B9 is #014746. Grayscale: #CDCDCD. Windows color (decimal): -83783 or 12171518. OLE color: 12171518.

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

Color convert

RGB254184185-
CMYK00.280.270.00
HSL359.14º97.22%85.88%-
HSV(B)359.14º27.56%99.61%-
XYZ66.7758.8553.74-
YUV205.04116.69162.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 184 (72.27% from 255) = 29.53%
BLUE value IS 185 (72.66% from 255) = 29.70%
R=40.77%
G=29.53%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418418500.280.270.00359.1497.2285.88
HexFEB8B901C1B01676156
Octal376270271034330547141126
Binary11111110101110001011100101110011011010110011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8B9; }

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

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

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

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

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

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

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

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