#FEBC9F

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

Shades of Mandys Pink #FEBC9F

Tints of Mandys Pink #FEBC9F

Color information

#FEBC9F (or 0xFEBC9F) is unknown color: approx Mandys Pink. HEX triplet: FE, BC and 9F. RGB value is (254,188,159). Sum of RGB (Red+Green+Blue) = 254+188+159=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBC9F is #014360. Grayscale: #CCCCCC. Windows color (decimal): -82785 or 10468606. OLE color: 10468606.

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

Color convert

RGB254188159-
CMYK00.260.370.00
HSL18.32º97.94%80.98%-
HSV(B)18.32º37.4%99.61%-
XYZ65.1159.5440.86-
YUV204.43102.37163.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 159 (62.5% from 255) = 26.46%
R=42.26%
G=31.28%
B=26.46%

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
Decimal25418815900.260.370.0018.3297.9480.98
HexFEBC9F01A250126251
Octal37627423703245022142121
Binary11111110101111001001111101101010010101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBC9F; }

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

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

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

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

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

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

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

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