#FEB6B7

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

Shades of Light Pink #FEB6B7

Tints of Light Pink #FEB6B7

Color information

#FEB6B7 (or 0xFEB6B7) is unknown color: approx Light Pink. HEX triplet: FE, B6 and B7. RGB value is (254,182,183). Sum of RGB (Red+Green+Blue) = 254+182+183=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6B7 is #014948. Grayscale: #CBCBCB. Windows color (decimal): -84297 or 12039934. OLE color: 12039934.

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

Color convert

RGB254182183-
CMYK00.280.280.00
HSL359.17º97.3%85.49%-
HSV(B)359.17º28.35%99.61%-
XYZ66.1557.9552.5-
YUV203.64116.35163.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 183 (71.88% from 255) = 29.56%
R=41.03%
G=29.40%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418218300.280.280.00359.1797.385.49
HexFEB6B701C1C01676155
Octal376266267034340547141125
Binary11111110101101101011011101110011100010110011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6B7; }

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

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

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

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

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

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

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

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