#FEC5BF

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

Shades of Your Pink #FEC5BF

Tints of Your Pink #FEC5BF

Color information

#FEC5BF (or 0xFEC5BF) is unknown color: approx Your Pink. HEX triplet: FE, C5 and BF. RGB value is (254,197,191). Sum of RGB (Red+Green+Blue) = 254+197+191=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BF is #013A40. Grayscale: #D5D5D5. Windows color (decimal): -80449 or 12568062. OLE color: 12568062.

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

Color convert

RGB254197191-
CMYK00.220.250.00
HSL5.71º96.92%87.25%-
HSV(B)5.71º24.8%99.61%-
XYZ70.2464.7658.09-
YUV213.36115.38156.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 197 (77.34% from 255) = 30.69%
BLUE value IS 191 (75% from 255) = 29.75%
R=39.56%
G=30.69%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419719100.220.250.005.7196.9287.25
HexFEC5BF01619066157
Octal3763052770263106141127
Binary11111110110001011011111101011011001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5BF; }

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

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

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

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

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

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

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

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