#FEC4BD

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

Shades of Your Pink #FEC4BD

Tints of Your Pink #FEC4BD

Color information

#FEC4BD (or 0xFEC4BD) is unknown color: approx Your Pink. HEX triplet: FE, C4 and BD. RGB value is (254,196,189). Sum of RGB (Red+Green+Blue) = 254+196+189=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4BD is #013B42. Grayscale: #D4D4D4. Windows color (decimal): -80707 or 12436734. OLE color: 12436734.

HSL color Cylindrical-coordinate representation of color #FEC4BD: hue angle of 6.46º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEC4BD is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254196189-
CMYK00.230.260.00
HSL6.46º97.01%86.86%-
HSV(B)6.46º25.59%99.61%-
XYZ69.864.2256.86-
YUV212.54114.72157.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.75%
GREEN value IS 196 (76.95% from 255) = 30.67%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=39.75%
G=30.67%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419618900.230.260.006.4697.0186.86
HexFEC4BD0171A066157
Octal3763042750273206141127
Binary11111110110001001011110101011111010011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4BD; }

 p { color: rgb(254,196,189); }

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

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

 a { background-color: rgb(254,196,189); }

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

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

 span { border-color: rgb(254,196,189); }

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