Html Css Color HEX #FAF1AE Shalimar

📋 copy color: '#FAF1AE'

red 250 ◦ green 241 ◦ blue 174

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

Shades of Shalimar #FAF1AE

Tints of Shalimar #FAF1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.17%

R = 37.59%
G = 36.24%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAF1AE (or 0xFAF1AE) is known color: Shalimar. HEX triplet: FA, F1 and AE. RGB value is (250,241,174). Sum of RGB (Red+Green+Blue) = 250+241+174=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1AE is #050E51. Grayscale: #ECECEC. Windows color (decimal): -331346 or 11465210. OLE color: 11465210.

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

Color convert

RGB 250 241 174 -
CMYK 0 0.04 0.30 0.02
HSL 52.89º 0.88% 0.83% -
HSV(B) 52.89º 0.3% 0.98% -
XYZ 78.52 86.29 52.56 -
YUV 236.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 250 241 174 0 0.04 0.30 0.02 52.89 0.88 0.83
Hex FA F1 AE 0 4 1E 2 35 58 53
Octal 372 361 256 0 4 36 2 65 130 123
Binary 11111010 11110001 10101110 0 100 11110 10 110101 1011000 1010011

Color Harmonies of #FAF1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1AE

Black with #FAF1AE

Text Example


Text Example

White with #FAF1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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