Html Css Color HEX #F2AB90 Mandys Pink

📋 copy color: '#F2AB90'

red 242 ◦ green 171 ◦ blue 144

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

Shades of Mandys Pink #F2AB90

Tints of Mandys Pink #F2AB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.7%

 BLUE value IS 144 (56.64% from 255) = 25.85%

R = 43.45%
G = 30.7%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2AB90 (or 0xF2AB90) is known color: Mandys Pink. HEX triplet: F2, AB and 90. RGB value is (242,171,144). Sum of RGB (Red+Green+Blue) = 242+171+144=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AB90 is #0D546F. Grayscale: #BDBDBD. Windows color (decimal): -873584 or 9481202. OLE color: 9481202.

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

Color convert

RGB 242 171 144 -
CMYK 0 0.29 0.40 0.05
HSL 16.53º 0.79% 0.76% -
HSV(B) 16.53º 0.4% 0.95% -
XYZ 56.21 50.02 33.08 -
YUV 189.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 242 171 144 0 0.29 0.40 0.05 16.53 0.79 0.76
Hex F2 AB 90 0 1D 28 5 11 4F 4C
Octal 362 253 220 0 35 50 5 21 117 114
Binary 11110010 10101011 10010000 0 11101 101000 101 10001 1001111 1001100

Color Harmonies of #F2AB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB90

Black with #F2AB90

Text Example


Text Example

White with #F2AB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB90; }

 p { color: rgb(242,171,144); }

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

background-color css

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

 a { background-color: rgb(242,171,144); }

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

border-color css

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

 span { border-color: rgb(242,171,144); }

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