#FEC2BF

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

Shades of Your Pink #FEC2BF

Tints of Your Pink #FEC2BF

Color information

#FEC2BF (or 0xFEC2BF) is unknown color: approx Your Pink. HEX triplet: FE, C2 and BF. RGB value is (254,194,191). Sum of RGB (Red+Green+Blue) = 254+194+191=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2BF is #013D40. Grayscale: #D3D3D3. Windows color (decimal): -81217 or 12567294. OLE color: 12567294.

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

Color convert

RGB254194191-
CMYK00.240.250.00
HSL2.86º96.92%87.25%-
HSV(B)2.86º24.8%99.61%-
XYZ69.5763.4257.86-
YUV211.6116.38158.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 194 (76.17% from 255) = 30.36%
BLUE value IS 191 (75% from 255) = 29.89%
R=39.75%
G=30.36%
B=29.89%

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
Decimal25419419100.240.250.002.8696.9287.25
HexFEC2BF01819036157
Octal3763022770303103141127
Binary1111111011000010101111110110001100101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC2BF; }

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

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

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

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

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

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

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

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