Html Css Color HEX #FAB998 Mandys Pink

📋 copy color: '#FAB998'

red 250 ◦ green 185 ◦ blue 152

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

Shades of Mandys Pink #FAB998

Tints of Mandys Pink #FAB998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.89%

R = 42.59%
G = 31.52%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FAB998 (or 0xFAB998) is known color: Mandys Pink. HEX triplet: FA, B9 and 98. RGB value is (250,185,152). Sum of RGB (Red+Green+Blue) = 250+185+152=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 185 (72.66% from 255 or 31.52% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB998 is #054667. Grayscale: #C8C8C8. Windows color (decimal): -345704 or 10009082. OLE color: 10009082.

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

Color convert

RGB 250 185 152 -
CMYK 0 0.26 0.39 0.02
HSL 20.2º 0.91% 0.79% -
HSV(B) 20.2º 0.39% 0.98% -
XYZ 62.44 57.29 37.47 -
YUV 200.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 250 185 152 0 0.26 0.39 0.02 20.2 0.91 0.79
Hex FA B9 98 0 1A 27 2 14 5B 4F
Octal 372 271 230 0 32 47 2 24 133 117
Binary 11111010 10111001 10011000 0 11010 100111 10 10100 1011011 1001111

Color Harmonies of #FAB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB998

Black with #FAB998

Text Example


Text Example

White with #FAB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB998; }

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

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

background-color css

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

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

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

border-color css

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

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

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