Html Css Color HEX #FAB995 Mandys Pink

📋 copy color: '#FAB995'

red 250 ◦ green 185 ◦ blue 149

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

Shades of Mandys Pink #FAB995

Tints of Mandys Pink #FAB995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.68%

 BLUE value IS 149 (58.59% from 255) = 25.51%

R = 42.81%
G = 31.68%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAB995 (or 0xFAB995) is known color: Mandys Pink. HEX triplet: FA, B9 and 95. RGB value is (250,185,149). Sum of RGB (Red+Green+Blue) = 250+185+149=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB995 is #05466A. Grayscale: #C8C8C8. Windows color (decimal): -345707 or 9812474. OLE color: 9812474.

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

Color convert

RGB 250 185 149 -
CMYK 0 0.26 0.40 0.02
HSL 21.39º 0.91% 0.78% -
HSV(B) 21.39º 0.4% 0.98% -
XYZ 62.2 57.19 36.19 -
YUV 200.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 250 185 149 0 0.26 0.40 0.02 21.39 0.91 0.78
Hex FA B9 95 0 1A 28 2 15 5B 4E
Octal 372 271 225 0 32 50 2 25 133 116
Binary 11111010 10111001 10010101 0 11010 101000 10 10101 1011011 1001110

Color Harmonies of #FAB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB995

Black with #FAB995

Text Example


Text Example

White with #FAB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB995; }

 p { color: rgb(250,185,149); }

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

background-color css

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

 a { background-color: rgb(250,185,149); }

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

border-color css

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

 span { border-color: rgb(250,185,149); }

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