#FEC0B5

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

Shades of Your Pink #FEC0B5

Tints of Your Pink #FEC0B5

Color information

#FEC0B5 (or 0xFEC0B5) is unknown color: approx Your Pink. HEX triplet: FE, C0 and B5. RGB value is (254,192,181). Sum of RGB (Red+Green+Blue) = 254+192+181=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0B5 is #013F4A. Grayscale: #D1D1D1. Windows color (decimal): -81739 or 11911422. OLE color: 11911422.

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

Color convert

RGB254192181-
CMYK00.240.290.00
HSL9.04º97.33%85.29%-
HSV(B)9.04º28.74%99.61%-
XYZ68.0662.1152.12-
YUV209.28112.04159.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 192 (75.39% from 255) = 30.62%
BLUE value IS 181 (71.09% from 255) = 28.87%
R=40.51%
G=30.62%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419218100.240.290.009.0497.3385.29
HexFEC0B50181D096155
Octal37630026503035011141125
Binary111111101100000010110101011000111010100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0B5; }

 p { color: rgb(254,192,181); }

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

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

 a { background-color: rgb(254,192,181); }

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

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

 span { border-color: rgb(254,192,181); }

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