#FEC6B7

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

Shades of Your Pink #FEC6B7

Tints of Your Pink #FEC6B7

Color information

#FEC6B7 (or 0xFEC6B7) is unknown color: approx Your Pink. HEX triplet: FE, C6 and B7. RGB value is (254,198,183). Sum of RGB (Red+Green+Blue) = 254+198+183=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6B7 is #013948. Grayscale: #D5D5D5. Windows color (decimal): -80201 or 12044030. OLE color: 12044030.

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

Color convert

RGB254198183-
CMYK00.220.280.00
HSL12.68º97.26%85.69%-
HSV(B)12.68º27.95%99.61%-
XYZ69.6164.8853.65-
YUV213.03111.05157.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 198 (77.73% from 255) = 31.18%
BLUE value IS 183 (71.88% from 255) = 28.82%
R=40%
G=31.18%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419818300.220.280.0012.6897.2685.69
HexFEC6B70161C0d6156
Octal37630626702634015141126
Binary111111101100011010110111010110111000110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6B7; }

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

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

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

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

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

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

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

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