#FEBD9C

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

Shades of Mandys Pink #FEBD9C

Tints of Mandys Pink #FEBD9C

Color information

#FEBD9C (or 0xFEBD9C) is unknown color: approx Mandys Pink. HEX triplet: FE, BD and 9C. RGB value is (254,189,156). Sum of RGB (Red+Green+Blue) = 254+189+156=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBD9C is #014263. Grayscale: #CCCCCC. Windows color (decimal): -82532 or 10272254. OLE color: 10272254.

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

Color convert

RGB254189156-
CMYK00.260.390.00
HSL20.2º98%80.39%-
HSV(B)20.2º38.58%99.61%-
XYZ65.0759.8739.58-
YUV204.67100.53163.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 156 (61.33% from 255) = 26.04%
R=42.40%
G=31.55%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418915600.260.390.0020.29880.39
HexFEBD9C01A270146250
Octal37627523403247024142120
Binary11111110101111011001110001101010011101010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBD9C; }

 p { color: rgb(254,189,156); }

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

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

 a { background-color: rgb(254,189,156); }

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

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

 span { border-color: rgb(254,189,156); }

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