#FEC6BD

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

Shades of Your Pink #FEC6BD

Tints of Your Pink #FEC6BD

Color information

#FEC6BD (or 0xFEC6BD) is unknown color: approx Your Pink. HEX triplet: FE, C6 and BD. RGB value is (254,198,189). Sum of RGB (Red+Green+Blue) = 254+198+189=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC6BD is #013942. Grayscale: #D5D5D5. Windows color (decimal): -80195 or 12437246. OLE color: 12437246.

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

Color convert

RGB254198189-
CMYK00.220.260.00
HSL8.31º97.01%86.86%-
HSV(B)8.31º25.59%99.61%-
XYZ70.2565.1357.01-
YUV213.72114.05156.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.63%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=39.63%
G=30.89%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419818900.220.260.008.3197.0186.86
HexFEC6BD0161A086157
Octal37630627502632010141127
Binary111111101100011010111101010110110100100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6BD; }

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

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

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

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

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

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

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

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