Html Css Color HEX #FAF0AE Shalimar

📋 copy color: '#FAF0AE'

red 250 ◦ green 240 ◦ blue 174

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

Shades of Shalimar #FAF0AE

Tints of Shalimar #FAF0AE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.14%

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

R = 37.65%
G = 36.14%
B = 26.2%

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

#FAF0AE (or 0xFAF0AE) is known color: Shalimar. HEX triplet: FA, F0 and AE. RGB value is (250,240,174). Sum of RGB (Red+Green+Blue) = 250+240+174=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 174 (68.36% from 255 or 26.20% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0AE is #050F51. Grayscale: #EBEBEB. Windows color (decimal): -331602 or 11464954. OLE color: 11464954.

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

Color convert

RGB 250 240 174 -
CMYK 0 0.04 0.30 0.02
HSL 52.11º 0.88% 0.83% -
HSV(B) 52.11º 0.3% 0.98% -
XYZ 78.22 85.7 52.46 -
YUV 235.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 250 240 174 0 0.04 0.30 0.02 52.11 0.88 0.83
Hex FA F0 AE 0 4 1E 2 34 58 53
Octal 372 360 256 0 4 36 2 64 130 123
Binary 11111010 11110000 10101110 0 100 11110 10 110100 1011000 1010011

Color Harmonies of #FAF0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0AE

Black with #FAF0AE

Text Example


Text Example

White with #FAF0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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