#FBAE8E

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

Shades of Mandys Pink #FBAE8E

Tints of Mandys Pink #FBAE8E

Color information

#FBAE8E (or 0xFBAE8E) is unknown color: approx Mandys Pink. HEX triplet: FB, AE and 8E. RGB value is (251,174,142). Sum of RGB (Red+Green+Blue) = 251+174+142=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAE8E is #045171. Grayscale: #C1C1C1. Windows color (decimal): -282994 or 9350907. OLE color: 9350907.

HSL color Cylindrical-coordinate representation of color #FBAE8E: hue angle of 17.61º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBAE8E is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251174142-
CMYK00.310.430.02
HSL17.61º93.16%77.06%-
HSV(B)17.61º43.43%98.43%-
XYZ59.852.7332.62-
YUV193.3799.01169.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 142 (55.86% from 255) = 25.04%
R=44.27%
G=30.69%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117414200.310.430.0217.6193.1677.06
HexFBAE8E01F2B2125d4d
Octal37325621603753222135115
Binary111110111010111010001110011111101011101001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE8E; }

 p { color: rgb(251,174,142); }

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

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

 a { background-color: rgb(251,174,142); }

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

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

 span { border-color: rgb(251,174,142); }

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