#FECABF

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

Shades of Your Pink #FECABF

Tints of Your Pink #FECABF

Color information

#FECABF (or 0xFECABF) is unknown color: approx Your Pink. HEX triplet: FE, CA and BF. RGB value is (254,202,191). Sum of RGB (Red+Green+Blue) = 254+202+191=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FECABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECABF is #013540. Grayscale: #D8D8D8. Windows color (decimal): -79169 or 12569342. OLE color: 12569342.

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

Color convert

RGB254202191-
CMYK00.200.250.00
HSL10.48º96.92%87.25%-
HSV(B)10.48º24.8%99.61%-
XYZ71.467.0758.47-
YUV216.29113.73154.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 202 (79.30% from 255) = 31.22%
BLUE value IS 191 (75% from 255) = 29.52%
R=39.26%
G=31.22%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420219100.200.250.0010.4896.9287.25
HexFECABF014190a6157
Octal37631227702431012141127
Binary111111101100101010111111010100110010101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECABF; }

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

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

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

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

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

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

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

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