#FFB69B

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

Shades of Mandys Pink #FFB69B

Tints of Mandys Pink #FFB69B

Color information

#FFB69B (or 0xFFB69B) is unknown color: approx Mandys Pink. HEX triplet: FF, B6 and 9B. RGB value is (255,182,155). Sum of RGB (Red+Green+Blue) = 255+182+155=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB69B is #004964. Grayscale: #C8C8C8. Windows color (decimal): -18789 or 10204927. OLE color: 10204927.

HSL color Cylindrical-coordinate representation of color #FFB69B: hue angle of 16.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFB69B is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB255182155-
CMYK00.290.390
HSL16.2º100%80.39%-
HSV(B)16.2º39.22%100%-
XYZ63.8857.0838.66-
YUV200.75102.18166.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 182 (71.48% from 255) = 30.74%
BLUE value IS 155 (60.94% from 255) = 26.18%
R=43.07%
G=30.74%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518215500.290.39016.210080.39
HexFFB69B01D270106450
Octal37726623303547020144120
Binary11111111101101101001101101110110011101000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB69B; }

 p { color: rgb(255,182,155); }

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

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

 a { background-color: rgb(255,182,155); }

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

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

 span { border-color: rgb(255,182,155); }

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