#FEC1BE

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

Shades of Your Pink #FEC1BE

Tints of Your Pink #FEC1BE

Color information

#FEC1BE (or 0xFEC1BE) is unknown color: approx Your Pink. HEX triplet: FE, C1 and BE. RGB value is (254,193,190). Sum of RGB (Red+Green+Blue) = 254+193+190=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1BE is #013E41. Grayscale: #D2D2D2. Windows color (decimal): -81474 or 12501502. OLE color: 12501502.

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

Color convert

RGB254193190-
CMYK00.240.250.00
HSL2.81º96.97%87.06%-
HSV(B)2.81º25.2%99.61%-
XYZ69.2462.9357.21-
YUV210.9116.21158.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.87%
GREEN value IS 193 (75.78% from 255) = 30.30%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=39.87%
G=30.30%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419319000.240.250.002.8196.9787.06
HexFEC1BE01819036157
Octal3763012760303103141127
Binary1111111011000001101111100110001100101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1BE; }

 p { color: rgb(254,193,190); }

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

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

 a { background-color: rgb(254,193,190); }

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

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

 span { border-color: rgb(254,193,190); }

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