#F2B691

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

Shades of Mandys Pink #F2B691

Tints of Mandys Pink #F2B691

Color information

#F2B691 (or 0xF2B691) is unknown color: approx Mandys Pink. HEX triplet: F2, B6 and 91. RGB value is (242,182,145). Sum of RGB (Red+Green+Blue) = 242+182+145=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 145 (57.03% from 255 or 25.48% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B691 is #0D496E. Grayscale: #C3C3C3. Windows color (decimal): -870767 or 9549554. OLE color: 9549554.

HSL color Cylindrical-coordinate representation of color #F2B691: hue angle of 22.89º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2B691 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB242182145-
CMYK00.250.400.05
HSL22.89º78.86%75.88%-
HSV(B)22.89º40.08%94.9%-
XYZ58.4654.3834.2-
YUV195.7299.38161.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 145 (57.03% from 255) = 25.48%
R=42.53%
G=31.99%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218214500.250.400.0522.8978.8675.88
HexF2B691019285174f4c
Octal36226622103150527117114
Binary1111001010110110100100010110011010001011011110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B691; }

 p { color: rgb(242,182,145); }

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

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

 a { background-color: rgb(242,182,145); }

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

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

 span { border-color: rgb(242,182,145); }

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