#FBB69E

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

Shades of Mandys Pink #FBB69E

Tints of Mandys Pink #FBB69E

Color information

#FBB69E (or 0xFBB69E) is unknown color: approx Mandys Pink. HEX triplet: FB, B6 and 9E. RGB value is (251,182,158). Sum of RGB (Red+Green+Blue) = 251+182+158=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 158 (62.11% from 255 or 26.73% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB69E is #044961. Grayscale: #C8C8C8. Windows color (decimal): -280930 or 10401531. OLE color: 10401531.

HSL color Cylindrical-coordinate representation of color #FBB69E: hue angle of 15.48º 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 #FBB69E is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB251182158-
CMYK00.270.370.02
HSL15.48º92.08%80.2%-
HSV(B)15.48º37.05%98.43%-
XYZ62.6856.4339.94-
YUV199.9104.36164.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 182 (71.48% from 255) = 30.80%
BLUE value IS 158 (62.11% from 255) = 26.73%
R=42.47%
G=30.80%
B=26.73%

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
Decimal25118215800.270.370.0215.4892.0880.2
HexFBB69E01B252f5c50
Octal37326623603345217134120
Binary11111011101101101001111001101110010110111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB69E; }

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

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

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

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

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

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

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

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