#FEC4B7

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

Shades of Your Pink #FEC4B7

Tints of Your Pink #FEC4B7

Color information

#FEC4B7 (or 0xFEC4B7) is unknown color: approx Your Pink. HEX triplet: FE, C4 and B7. RGB value is (254,196,183). Sum of RGB (Red+Green+Blue) = 254+196+183=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC4B7 is #013B48. Grayscale: #D3D3D3. Windows color (decimal): -80713 or 12043518. OLE color: 12043518.

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

Color convert

RGB254196183-
CMYK00.230.280.00
HSL10.99º97.26%85.69%-
HSV(B)10.99º27.95%99.61%-
XYZ69.1663.9753.5-
YUV211.86111.72158.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.13%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 183 (71.88% from 255) = 28.91%
R=40.13%
G=30.96%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419618300.230.280.0010.9997.2685.69
HexFEC4B70171C0b6156
Octal37630426702734013141126
Binary111111101100010010110111010111111000101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4B7; }

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

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

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

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

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

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

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

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