#F1B98F

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

Shades of Mandys Pink #F1B98F

Tints of Mandys Pink #F1B98F

Color information

#F1B98F (or 0xF1B98F) is unknown color: approx Mandys Pink. HEX triplet: F1, B9 and 8F. RGB value is (241,185,143). Sum of RGB (Red+Green+Blue) = 241+185+143=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B98F is #0E4670. Grayscale: #C5C5C5. Windows color (decimal): -935537 or 9419249. OLE color: 9419249.

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

Color convert

RGB241185143-
CMYK00.230.410.05
HSL25.71º77.78%75.29%-
HSV(B)25.71º40.66%94.51%-
XYZ58.5855.3833.59-
YUV196.9697.55159.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 185 (72.66% from 255) = 32.51%
BLUE value IS 143 (56.25% from 255) = 25.13%
R=42.36%
G=32.51%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118514300.230.410.0525.7177.7875.29
HexF1B98F0172951a4e4b
Octal36127121702751532116113
Binary1111000110111001100011110101111010011011101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B98F; }

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

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

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

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

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

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

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

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