Html Css Color HEX #F2AF91 Mandys Pink

📋 copy color: '#F2AF91'

red 242 ◦ green 175 ◦ blue 145

#F2AF91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandys Pink #F2AF91

Tints of Mandys Pink #F2AF91

RGB

 RED value IS 242 (94.92% from 255) = 43.06%

 GREEN value IS 175 (68.75% from 255) = 31.14%

 BLUE value IS 145 (57.03% from 255) = 25.8%

R = 43.06%
G = 31.14%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2AF91 (or 0xF2AF91) is known color: Mandys Pink. HEX triplet: F2, AF and 91. RGB value is (242,175,145). Sum of RGB (Red+Green+Blue) = 242+175+145=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AF91 is #0D506E. Grayscale: #BFBFBF. Windows color (decimal): -872559 or 9547762. OLE color: 9547762.

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

Color convert

RGB 242 175 145 -
CMYK 0 0.28 0.40 0.05
HSL 18.56º 0.79% 0.76% -
HSV(B) 18.56º 0.4% 0.95% -
XYZ 57.06 51.58 33.74 -
YUV 191.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 242 175 145 0 0.28 0.40 0.05 18.56 0.79 0.76
Hex F2 AF 91 0 1C 28 5 13 4F 4C
Octal 362 257 221 0 34 50 5 23 117 114
Binary 11110010 10101111 10010001 0 11100 101000 101 10011 1001111 1001100

Color Harmonies of #F2AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF91

Black with #F2AF91

Text Example


Text Example

White with #F2AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF91; }

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

 H1.HeaderClassName
 {
   color: #F2AF91;
 }
 .AnyTagClassName
 {
   color: #F2AF91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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