#FEC5B3

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

Shades of Your Pink #FEC5B3

Tints of Your Pink #FEC5B3

Color information

#FEC5B3 (or 0xFEC5B3) is unknown color: approx Your Pink. HEX triplet: FE, C5 and B3. RGB value is (254,197,179). Sum of RGB (Red+Green+Blue) = 254+197+179=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5B3 is #013A4C. Grayscale: #D4D4D4. Windows color (decimal): -80461 or 11781630. OLE color: 11781630.

HSL color Cylindrical-coordinate representation of color #FEC5B3: hue angle of 14.4º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEC5B3 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254197179-
CMYK00.220.300.00
HSL14.4º97.4%84.9%-
HSV(B)14.4º29.53%99.61%-
XYZ68.9864.2651.42-
YUV211.99109.38157.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 197 (77.34% from 255) = 31.27%
BLUE value IS 179 (70.31% from 255) = 28.41%
R=40.32%
G=31.27%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419717900.220.300.0014.497.484.9
HexFEC5B30161E0e6155
Octal37630526302636016141125
Binary111111101100010110110011010110111100111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5B3; }

 p { color: rgb(254,197,179); }

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

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

 a { background-color: rgb(254,197,179); }

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

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

 span { border-color: rgb(254,197,179); }

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