Html Css Color HEX #FABA98 Mandys Pink

📋 copy color: '#FABA98'

red 250 ◦ green 186 ◦ blue 152

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

Shades of Mandys Pink #FABA98

Tints of Mandys Pink #FABA98

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.63%

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

R = 42.52%
G = 31.63%
B = 25.85%

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

#FABA98 (or 0xFABA98) is known color: Mandys Pink. HEX triplet: FA, BA and 98. RGB value is (250,186,152). Sum of RGB (Red+Green+Blue) = 250+186+152=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABA98 is #054567. Grayscale: #C9C9C9. Windows color (decimal): -345448 or 10009338. OLE color: 10009338.

HSL color Cylindrical-coordinate representation of color #FABA98: hue angle of 20.82º 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 #FABA98 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 152 -
CMYK 0 0.26 0.39 0.02
HSL 20.82º 0.91% 0.79% -
HSV(B) 20.82º 0.39% 0.98% -
XYZ 62.65 57.71 37.54 -
YUV 201.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 250 186 152 0 0.26 0.39 0.02 20.82 0.91 0.79
Hex FA BA 98 0 1A 27 2 15 5B 4F
Octal 372 272 230 0 32 47 2 25 133 117
Binary 11111010 10111010 10011000 0 11010 100111 10 10101 1011011 1001111

Color Harmonies of #FABA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABA98

Black with #FABA98

Text Example


Text Example

White with #FABA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABA98; }

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

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

background-color css

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

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

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

border-color css

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

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

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