#FEC3BF

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

Shades of Your Pink #FEC3BF

Tints of Your Pink #FEC3BF

Color information

#FEC3BF (or 0xFEC3BF) is unknown color: approx Your Pink. HEX triplet: FE, C3 and BF. RGB value is (254,195,191). Sum of RGB (Red+Green+Blue) = 254+195+191=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3BF is #013C40. Grayscale: #D4D4D4. Windows color (decimal): -80961 or 12567550. OLE color: 12567550.

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

Color convert

RGB254195191-
CMYK00.230.250.00
HSL3.81º96.92%87.25%-
HSV(B)3.81º24.8%99.61%-
XYZ69.7963.8657.94-
YUV212.18116.05157.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 195 (76.56% from 255) = 30.47%
BLUE value IS 191 (75% from 255) = 29.84%
R=39.69%
G=30.47%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419519100.230.250.003.8196.9287.25
HexFEC3BF01719046157
Octal3763032770273104141127
Binary11111110110000111011111101011111001010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3BF; }

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

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

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

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

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

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

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

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