Html Css Color HEX #FAB295 Mandys Pink

📋 copy color: '#FAB295'

red 250 ◦ green 178 ◦ blue 149

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

Shades of Mandys Pink #FAB295

Tints of Mandys Pink #FAB295

RGB

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

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

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

R = 43.33%
G = 30.85%
B = 25.82%

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

#FAB295 (or 0xFAB295) is known color: Mandys Pink. HEX triplet: FA, B2 and 95. RGB value is (250,178,149). Sum of RGB (Red+Green+Blue) = 250+178+149=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB295 is #054D6A. Grayscale: #C4C4C4. Windows color (decimal): -347499 or 9810682. OLE color: 9810682.

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

Color convert

RGB 250 178 149 -
CMYK 0 0.29 0.40 0.02
HSL 17.23º 0.91% 0.78% -
HSV(B) 17.23º 0.4% 0.98% -
XYZ 60.77 54.33 35.72 -
YUV 196.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 250 178 149 0 0.29 0.40 0.02 17.23 0.91 0.78
Hex FA B2 95 0 1D 28 2 11 5B 4E
Octal 372 262 225 0 35 50 2 21 133 116
Binary 11111010 10110010 10010101 0 11101 101000 10 10001 1011011 1001110

Color Harmonies of #FAB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB295

Black with #FAB295

Text Example


Text Example

White with #FAB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB295; }

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

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

background-color css

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

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

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

border-color css

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

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

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