#FEC1B7

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

Shades of Your Pink #FEC1B7

Tints of Your Pink #FEC1B7

Color information

#FEC1B7 (or 0xFEC1B7) is unknown color: approx Your Pink. HEX triplet: FE, C1 and B7. RGB value is (254,193,183). Sum of RGB (Red+Green+Blue) = 254+193+183=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 183 (71.88% from 255 or 29.05% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1B7 is #013E48. Grayscale: #D2D2D2. Windows color (decimal): -81481 or 12042750. OLE color: 12042750.

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

Color convert

RGB254193183-
CMYK00.240.280.00
HSL8.45º97.26%85.69%-
HSV(B)8.45º27.95%99.61%-
XYZ68.4962.6353.28-
YUV210.1112.71159.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 193 (75.78% from 255) = 30.63%
BLUE value IS 183 (71.88% from 255) = 29.05%
R=40.32%
G=30.63%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419318300.240.280.008.4597.2685.69
HexFEC1B70181C086156
Octal37630126703034010141126
Binary111111101100000110110111011000111000100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1B7; }

 p { color: rgb(254,193,183); }

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

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

 a { background-color: rgb(254,193,183); }

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

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

 span { border-color: rgb(254,193,183); }

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