#F2B98F

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

Shades of Mandys Pink #F2B98F

Tints of Mandys Pink #F2B98F

Color information

#F2B98F (or 0xF2B98F) is unknown color: approx Mandys Pink. HEX triplet: F2, B9 and 8F. RGB value is (242,185,143). Sum of RGB (Red+Green+Blue) = 242+185+143=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B98F is #0D4670. Grayscale: #C5C5C5. Windows color (decimal): -870001 or 9419250. OLE color: 9419250.

HSL color Cylindrical-coordinate representation of color #F2B98F: hue angle of 25.45º 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 #F2B98F is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB242185143-
CMYK00.240.410.05
HSL25.45º79.2%75.49%-
HSV(B)25.45º40.91%94.9%-
XYZ58.9255.5633.6-
YUV197.2697.38159.92-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 185 (72.66% from 255) = 32.46%
BLUE value IS 143 (56.25% from 255) = 25.09%
R=42.46%
G=32.46%
B=25.09%

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
Decimal24218514300.240.410.0525.4579.275.49
HexF2B98F018295194f4b
Octal36227121703051531117113
Binary1111001010111001100011110110001010011011100110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B98F; }

 p { color: rgb(242,185,143); }

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

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

 a { background-color: rgb(242,185,143); }

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

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

 span { border-color: rgb(242,185,143); }

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