Html Css Color HEX #FAB492 Mandys Pink

📋 copy color: '#FAB492'

red 250 ◦ green 180 ◦ blue 146

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

Shades of Mandys Pink #FAB492

Tints of Mandys Pink #FAB492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.35%

R = 43.4%
G = 31.25%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAB492 (or 0xFAB492) is known color: Mandys Pink. HEX triplet: FA, B4 and 92. RGB value is (250,180,146). Sum of RGB (Red+Green+Blue) = 250+180+146=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB492 is #054B6D. Grayscale: #C5C5C5. Windows color (decimal): -346990 or 9614586. OLE color: 9614586.

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

Color convert

RGB 250 180 146 -
CMYK 0 0.28 0.42 0.02
HSL 19.62º 0.91% 0.78% -
HSV(B) 19.62º 0.42% 0.98% -
XYZ 60.93 55.04 34.61 -
YUV 197.05 99.19 165.76 -
System Red Green Blue C M Y K H S L
Decimal 250 180 146 0 0.28 0.42 0.02 19.62 0.91 0.78
Hex FA B4 92 0 1C 2A 2 14 5B 4E
Octal 372 264 222 0 34 52 2 24 133 116
Binary 11111010 10110100 10010010 0 11100 101010 10 10100 1011011 1001110

Color Harmonies of #FAB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB492

Black with #FAB492

Text Example


Text Example

White with #FAB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB492; }

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

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

background-color css

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

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

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

border-color css

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

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

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