Html Css Color HEX #FAB497 Mandys Pink

📋 copy color: '#FAB497'

red 250 ◦ green 180 ◦ blue 151

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

Shades of Mandys Pink #FAB497

Tints of Mandys Pink #FAB497

RGB

 RED value IS 250 (98.05% from 255) = 43.03%

 GREEN value IS 180 (70.7% from 255) = 30.98%

 BLUE value IS 151 (59.38% from 255) = 25.99%

R = 43.03%
G = 30.98%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAB497 (or 0xFAB497) is known color: Mandys Pink. HEX triplet: FA, B4 and 97. RGB value is (250,180,151). Sum of RGB (Red+Green+Blue) = 250+180+151=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB497 is #054B68. Grayscale: #C5C5C5. Windows color (decimal): -346985 or 9942266. OLE color: 9942266.

HSL color Cylindrical-coordinate representation of color #FAB497: hue angle of 17.58º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAB497 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 151 -
CMYK 0 0.28 0.40 0.02
HSL 17.58º 0.91% 0.79% -
HSV(B) 17.58º 0.4% 0.98% -
XYZ 61.33 55.2 36.7 -
YUV 197.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 250 180 151 0 0.28 0.40 0.02 17.58 0.91 0.79
Hex FA B4 97 0 1C 28 2 12 5B 4F
Octal 372 264 227 0 34 50 2 22 133 117
Binary 11111010 10110100 10010111 0 11100 101000 10 10010 1011011 1001111

Color Harmonies of #FAB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB497

Black with #FAB497

Text Example


Text Example

White with #FAB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB497; }

 p { color: rgb(250,180,151); }

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

background-color css

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

 a { background-color: rgb(250,180,151); }

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

border-color css

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

 span { border-color: rgb(250,180,151); }

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