#F0B292

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

Shades of Mandys Pink #F0B292

Tints of Mandys Pink #F0B292

Color information

#F0B292 (or 0xF0B292) is unknown color: approx Mandys Pink. HEX triplet: F0, B2 and 92. RGB value is (240,178,146). Sum of RGB (Red+Green+Blue) = 240+178+146=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B292 is #0F4D6D. Grayscale: #C1C1C1. Windows color (decimal): -1002862 or 9614064. OLE color: 9614064.

HSL color Cylindrical-coordinate representation of color #F0B292: hue angle of 20.43º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0B292 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240178146-
CMYK00.260.390.06
HSL20.43º75.81%75.69%-
HSV(B)20.43º39.17%94.12%-
XYZ57.0452.4434.31-
YUV192.89101.54161.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.55%
GREEN value IS 178 (69.92% from 255) = 31.56%
BLUE value IS 146 (57.42% from 255) = 25.89%
R=42.55%
G=31.56%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017814600.260.390.0620.4375.8175.69
HexF0B29201A276144c4c
Octal36026222203247624114114
Binary1111000010110010100100100110101001111101010010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B292; }

 p { color: rgb(240,178,146); }

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

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

 a { background-color: rgb(240,178,146); }

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

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

 span { border-color: rgb(240,178,146); }

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