#F2B88E

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

Shades of Mandys Pink #F2B88E

Tints of Mandys Pink #F2B88E

Color information

#F2B88E (or 0xF2B88E) is unknown color: approx Mandys Pink. HEX triplet: F2, B8 and 8E. RGB value is (242,184,142). Sum of RGB (Red+Green+Blue) = 242+184+142=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B88E is #0D4771. Grayscale: #C4C4C4. Windows color (decimal): -870258 or 9353458. OLE color: 9353458.

HSL color Cylindrical-coordinate representation of color #F2B88E: hue angle of 25.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F2B88E is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242184142-
CMYK00.240.410.05
HSL25.2º79.37%75.29%-
HSV(B)25.2º41.32%94.9%-
XYZ58.6455.1133.14-
YUV196.5597.22160.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.61%
GREEN value IS 184 (72.27% from 255) = 32.39%
BLUE value IS 142 (55.86% from 255) = 25%
R=42.61%
G=32.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218414200.240.410.0525.279.3775.29
HexF2B88E018295194f4b
Octal36227021603051531117113
Binary1111001010111000100011100110001010011011100110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B88E; }

 p { color: rgb(242,184,142); }

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

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

 a { background-color: rgb(242,184,142); }

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

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

 span { border-color: rgb(242,184,142); }

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