#FEC8BF

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

Shades of Your Pink #FEC8BF

Tints of Your Pink #FEC8BF

Color information

#FEC8BF (or 0xFEC8BF) is unknown color: approx Your Pink. HEX triplet: FE, C8 and BF. RGB value is (254,200,191). Sum of RGB (Red+Green+Blue) = 254+200+191=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8BF is #013740. Grayscale: #D7D7D7. Windows color (decimal): -79681 or 12568830. OLE color: 12568830.

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

Color convert

RGB254200191-
CMYK00.210.250.00
HSL8.57º96.92%87.25%-
HSV(B)8.57º24.8%99.61%-
XYZ70.9366.1458.32-
YUV215.12114.39155.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.38%
GREEN value IS 200 (78.52% from 255) = 31.01%
BLUE value IS 191 (75% from 255) = 29.61%
R=39.38%
G=31.01%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420019100.210.250.008.5796.9287.25
HexFEC8BF01519096157
Octal37631027702531011141127
Binary111111101100100010111111010101110010100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8BF; }

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

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

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

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

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

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

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

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