#FEC7B3

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

Shades of Your Pink #FEC7B3

Tints of Your Pink #FEC7B3

Color information

#FEC7B3 (or 0xFEC7B3) is unknown color: approx Your Pink. HEX triplet: FE, C7 and B3. RGB value is (254,199,179). Sum of RGB (Red+Green+Blue) = 254+199+179=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7B3 is #01384C. Grayscale: #D5D5D5. Windows color (decimal): -79949 or 11782142. OLE color: 11782142.

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

Color convert

RGB254199179-
CMYK00.220.300.00
HSL16º97.4%84.9%-
HSV(B)16º29.53%99.61%-
XYZ69.4365.1751.57-
YUV213.16108.72157.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.19%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 179 (70.31% from 255) = 28.32%
R=40.19%
G=31.49%
B=28.32%

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
Decimal25419917900.220.300.001697.484.9
HexFEC7B30161E0106155
Octal37630726302636020141125
Binary1111111011000111101100110101101111001000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7B3; }

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

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

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

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

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

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

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

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