Html Css Color HEX #FABF91 Mandys Pink

📋 copy color: '#FABF91'

red 250 ◦ green 191 ◦ blue 145

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

Shades of Mandys Pink #FABF91

Tints of Mandys Pink #FABF91

RGB

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

 GREEN value IS 191 (75% from 255) = 32.59%

 BLUE value IS 145 (57.03% from 255) = 24.74%

R = 42.66%
G = 32.59%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FABF91 (or 0xFABF91) is known color: Mandys Pink. HEX triplet: FA, BF and 91. RGB value is (250,191,145). Sum of RGB (Red+Green+Blue) = 250+191+145=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABF91 is #05406E. Grayscale: #CBCBCB. Windows color (decimal): -344175 or 9551866. OLE color: 9551866.

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

Color convert

RGB 250 191 145 -
CMYK 0 0.24 0.42 0.02
HSL 26.29º 0.91% 0.77% -
HSV(B) 26.29º 0.42% 0.98% -
XYZ 63.17 59.63 34.97 -
YUV 203.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 250 191 145 0 0.24 0.42 0.02 26.29 0.91 0.77
Hex FA BF 91 0 18 2A 2 1A 5B 4D
Octal 372 277 221 0 30 52 2 32 133 115
Binary 11111010 10111111 10010001 0 11000 101010 10 11010 1011011 1001101

Color Harmonies of #FABF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF91

Black with #FABF91

Text Example


Text Example

White with #FABF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF91; }

 p { color: rgb(250,191,145); }

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

background-color css

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

 a { background-color: rgb(250,191,145); }

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

border-color css

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

 span { border-color: rgb(250,191,145); }

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