#FBBD9A

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

Shades of Mandys Pink #FBBD9A

Tints of Mandys Pink #FBBD9A

Color information

#FBBD9A (or 0xFBBD9A) is unknown color: approx Mandys Pink. HEX triplet: FB, BD and 9A. RGB value is (251,189,154). Sum of RGB (Red+Green+Blue) = 251+189+154=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBD9A is #044265. Grayscale: #CBCBCB. Windows color (decimal): -279142 or 10141179. OLE color: 10141179.

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

Color convert

RGB251189154-
CMYK00.250.390.02
HSL21.65º92.38%79.41%-
HSV(B)21.65º38.65%98.43%-
XYZ63.8159.2438.64-
YUV203.55100.04161.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 154 (60.55% from 255) = 25.93%
R=42.26%
G=31.82%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118915400.250.390.0221.6592.3879.41
HexFBBD9A019272165c4f
Octal37327523203147226134117
Binary111110111011110110011010011001100111101011010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBD9A; }

 p { color: rgb(251,189,154); }

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

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

 a { background-color: rgb(251,189,154); }

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

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

 span { border-color: rgb(251,189,154); }

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