#FECAB7

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

Shades of Your Pink #FECAB7

Tints of Your Pink #FECAB7

Color information

#FECAB7 (or 0xFECAB7) is unknown color: approx Your Pink. HEX triplet: FE, CA and B7. RGB value is (254,202,183). Sum of RGB (Red+Green+Blue) = 254+202+183=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAB7 is #013548. Grayscale: #D7D7D7. Windows color (decimal): -79177 or 12045054. OLE color: 12045054.

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

Color convert

RGB254202183-
CMYK00.200.280.00
HSL16.06º97.26%85.69%-
HSV(B)16.06º27.95%99.61%-
XYZ70.5466.7353.96-
YUV215.38109.73155.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 183 (71.88% from 255) = 28.64%
R=39.75%
G=31.61%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420218300.200.280.0016.0697.2685.69
HexFECAB70141C0106156
Octal37631226702434020141126
Binary1111111011001010101101110101001110001000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAB7; }

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

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

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

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

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

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

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

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