Html Css Color HEX #FAB297 Mandys Pink

📋 copy color: '#FAB297'

red 250 ◦ green 178 ◦ blue 151

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

Shades of Mandys Pink #FAB297

Tints of Mandys Pink #FAB297

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.74%

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

R = 43.18%
G = 30.74%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAB297 (or 0xFAB297) is known color: Mandys Pink. HEX triplet: FA, B2 and 97. RGB value is (250,178,151). Sum of RGB (Red+Green+Blue) = 250+178+151=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB297 is #054D68. Grayscale: #C4C4C4. Windows color (decimal): -347497 or 9941754. OLE color: 9941754.

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

Color convert

RGB 250 178 151 -
CMYK 0 0.29 0.40 0.02
HSL 16.36º 0.91% 0.79% -
HSV(B) 16.36º 0.4% 0.98% -
XYZ 60.93 54.4 36.57 -
YUV 196.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 250 178 151 0 0.29 0.40 0.02 16.36 0.91 0.79
Hex FA B2 97 0 1D 28 2 10 5B 4F
Octal 372 262 227 0 35 50 2 20 133 117
Binary 11111010 10110010 10010111 0 11101 101000 10 10000 1011011 1001111

Color Harmonies of #FAB297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB297

Black with #FAB297

Text Example


Text Example

White with #FAB297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB297; }

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

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

background-color css

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

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

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

border-color css

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

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

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