#FBAF8C

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

Shades of Mandys Pink #FBAF8C

Tints of Mandys Pink #FBAF8C

Color information

#FBAF8C (or 0xFBAF8C) is unknown color: approx Mandys Pink. HEX triplet: FB, AF and 8C. RGB value is (251,175,140). Sum of RGB (Red+Green+Blue) = 251+175+140=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF8C is #045073. Grayscale: #C1C1C1. Windows color (decimal): -282740 or 9220091. OLE color: 9220091.

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

Color convert

RGB251175140-
CMYK00.300.440.02
HSL18.92º93.28%76.67%-
HSV(B)18.92º44.22%98.43%-
XYZ59.8553.0631.9-
YUV193.7397.68168.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.35%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 140 (55.08% from 255) = 24.73%
R=44.35%
G=30.92%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117514000.300.440.0218.9293.2876.67
HexFBAF8C01E2C2135d4d
Octal37325721403654223135115
Binary111110111010111110001100011110101100101001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF8C; }

 p { color: rgb(251,175,140); }

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

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

 a { background-color: rgb(251,175,140); }

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

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

 span { border-color: rgb(251,175,140); }

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