#FEBCA0

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

Shades of Mandys Pink #FEBCA0

Tints of Mandys Pink #FEBCA0

Color information

#FEBCA0 (or 0xFEBCA0) is unknown color: approx Mandys Pink. HEX triplet: FE, BC and A0. RGB value is (254,188,160). Sum of RGB (Red+Green+Blue) = 254+188+160=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCA0 is #01435F. Grayscale: #CCCCCC. Windows color (decimal): -82784 or 10534142. OLE color: 10534142.

HSL color Cylindrical-coordinate representation of color #FEBCA0: hue angle of 17.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEBCA0 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254188160-
CMYK00.260.370.00
HSL17.87º97.92%81.18%-
HSV(B)17.87º37.01%99.61%-
XYZ65.259.5841.32-
YUV204.54102.87163.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=42.19%
G=31.23%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418816000.260.370.0017.8797.9281.18
HexFEBCA001A250126251
Octal37627424003245022142121
Binary11111110101111001010000001101010010101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBCA0; }

 p { color: rgb(254,188,160); }

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

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

 a { background-color: rgb(254,188,160); }

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

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

 span { border-color: rgb(254,188,160); }

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