#FBAF92

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

Shades of Mandys Pink #FBAF92

Tints of Mandys Pink #FBAF92

Color information

#FBAF92 (or 0xFBAF92) is unknown color: approx Mandys Pink. HEX triplet: FB, AF and 92. RGB value is (251,175,146). Sum of RGB (Red+Green+Blue) = 251+175+146=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF92 is #04506D. Grayscale: #C2C2C2. Windows color (decimal): -282734 or 9613307. OLE color: 9613307.

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

Color convert

RGB251175146-
CMYK00.300.420.02
HSL16.57º92.92%77.84%-
HSV(B)16.57º41.83%98.43%-
XYZ60.353.2434.29-
YUV194.42100.68168.36-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 146 (57.42% from 255) = 25.52%
R=43.88%
G=30.59%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117514600.300.420.0216.5792.9277.84
HexFBAF9201E2A2115d4e
Octal37325722203652221135116
Binary111110111010111110010010011110101010101000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF92; }

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

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

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

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

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

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

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

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