#FBB69F

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

Shades of Mandys Pink #FBB69F

Tints of Mandys Pink #FBB69F

Color information

#FBB69F (or 0xFBB69F) is unknown color: approx Mandys Pink. HEX triplet: FB, B6 and 9F. RGB value is (251,182,159). Sum of RGB (Red+Green+Blue) = 251+182+159=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB69F is #044960. Grayscale: #C8C8C8. Windows color (decimal): -280929 or 10467067. OLE color: 10467067.

HSL color Cylindrical-coordinate representation of color #FBB69F: hue angle of 15º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBB69F is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB251182159-
CMYK00.270.370.02
HSL15º92%80.39%-
HSV(B)15º36.65%98.43%-
XYZ62.7756.4740.39-
YUV200.01104.86164.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 182 (71.48% from 255) = 30.74%
BLUE value IS 159 (62.5% from 255) = 26.86%
R=42.40%
G=30.74%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118215900.270.370.02159280.39
HexFBB69F01B252f5c50
Octal37326623703345217134120
Binary11111011101101101001111101101110010110111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB69F; }

 p { color: rgb(251,182,159); }

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

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

 a { background-color: rgb(251,182,159); }

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

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

 span { border-color: rgb(251,182,159); }

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