#FEB6C7

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

Shades of Light Pink #FEB6C7

Tints of Light Pink #FEB6C7

Color information

#FEB6C7 (or 0xFEB6C7) is unknown color: approx Light Pink. HEX triplet: FE, B6 and C7. RGB value is (254,182,199). Sum of RGB (Red+Green+Blue) = 254+182+199=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 182 (71.48% from 255 or 28.66% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6C7 is #014938. Grayscale: #CDCDCD. Windows color (decimal): -84281 or 13088510. OLE color: 13088510.

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

Color convert

RGB254182199-
CMYK00.280.220.00
HSL345.83º97.3%85.49%-
HSV(B)345.83º28.35%99.61%-
XYZ67.9158.6561.77-
YUV205.47124.35162.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 182 (71.48% from 255) = 28.66%
BLUE value IS 199 (78.12% from 255) = 31.34%
R=40%
G=28.66%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418219900.280.220.00345.8397.385.49
HexFEB6C701C16015a6155
Octal376266307034260532141125
Binary11111110101101101100011101110010110010101101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6C7; }

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

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

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

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

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

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

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

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