#FEB7B9

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

Shades of Light Pink #FEB7B9

Tints of Light Pink #FEB7B9

Color information

#FEB7B9 (or 0xFEB7B9) is unknown color: approx Light Pink. HEX triplet: FE, B7 and B9. RGB value is (254,183,185). Sum of RGB (Red+Green+Blue) = 254+183+185=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7B9 is #014846. Grayscale: #CCCCCC. Windows color (decimal): -84039 or 12171262. OLE color: 12171262.

HSL color Cylindrical-coordinate representation of color #FEB7B9: hue angle of 358.31º 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 #FEB7B9 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB254183185-
CMYK00.280.270.00
HSL358.31º97.26%85.69%-
HSV(B)358.31º27.95%99.61%-
XYZ66.5658.4453.67-
YUV204.46117.02163.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 183 (71.88% from 255) = 29.42%
BLUE value IS 185 (72.66% from 255) = 29.74%
R=40.84%
G=29.42%
B=29.74%

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
Decimal25418318500.280.270.00358.3197.2685.69
HexFEB7B901C1B01666156
Octal376267271034330546141126
Binary11111110101101111011100101110011011010110011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7B9; }

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

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

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

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

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

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

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

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