Html Css Color HEX #FAF1AB Shalimar

📋 copy color: '#FAF1AB'

red 250 ◦ green 241 ◦ blue 171

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

Shades of Shalimar #FAF1AB

Tints of Shalimar #FAF1AB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.4%

 BLUE value IS 171 (67.19% from 255) = 25.83%

R = 37.76%
G = 36.4%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAF1AB (or 0xFAF1AB) is known color: Shalimar. HEX triplet: FA, F1 and AB. RGB value is (250,241,171). Sum of RGB (Red+Green+Blue) = 250+241+171=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 171 (67.19% from 255 or 25.83% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1AB is #050E54. Grayscale: #ECECEC. Windows color (decimal): -331349 or 11268602. OLE color: 11268602.

HSL color Cylindrical-coordinate representation of color #FAF1AB: hue angle of 53.16º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAF1AB is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 241 171 -
CMYK 0 0.04 0.32 0.02
HSL 53.16º 0.89% 0.83% -
HSV(B) 53.16º 0.32% 0.98% -
XYZ 78.23 86.17 51.04 -
YUV 235.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 250 241 171 0 0.04 0.32 0.02 53.16 0.89 0.83
Hex FA F1 AB 0 4 20 2 35 59 53
Octal 372 361 253 0 4 40 2 65 131 123
Binary 11111010 11110001 10101011 0 100 100000 10 110101 1011001 1010011

Color Harmonies of #FAF1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1AB

Black with #FAF1AB

Text Example


Text Example

White with #FAF1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1AB; }

 p { color: rgb(250,241,171); }

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

background-color css

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

 a { background-color: rgb(250,241,171); }

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

border-color css

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

 span { border-color: rgb(250,241,171); }

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