#FEC3BD

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

Shades of Your Pink #FEC3BD

Tints of Your Pink #FEC3BD

Color information

#FEC3BD (or 0xFEC3BD) is unknown color: approx Your Pink. HEX triplet: FE, C3 and BD. RGB value is (254,195,189). Sum of RGB (Red+Green+Blue) = 254+195+189=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3BD is #013C42. Grayscale: #D4D4D4. Windows color (decimal): -80963 or 12436478. OLE color: 12436478.

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

Color convert

RGB254195189-
CMYK00.230.260.00
HSL5.54º97.01%86.86%-
HSV(B)5.54º25.59%99.61%-
XYZ69.5763.7856.79-
YUV211.96115.05157.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 195 (76.56% from 255) = 30.56%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=39.81%
G=30.56%
B=29.62%

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
Decimal25419518900.230.260.005.5497.0186.86
HexFEC3BD0171A066157
Octal3763032750273206141127
Binary11111110110000111011110101011111010011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3BD; }

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

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

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

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

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

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

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

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