Html Css Color HEX #FAF8AA Shalimar

📋 copy color: '#FAF8AA'

red 250 ◦ green 248 ◦ blue 170

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

Shades of Shalimar #FAF8AA

Tints of Shalimar #FAF8AA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.13%

 BLUE value IS 170 (66.8% from 255) = 25.45%

R = 37.43%
G = 37.13%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAF8AA (or 0xFAF8AA) is known color: Shalimar. HEX triplet: FA, F8 and AA. RGB value is (250,248,170). Sum of RGB (Red+Green+Blue) = 250+248+170=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 170 (66.80% from 255 or 25.45% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8AA is #050755. Grayscale: #F0F0F0. Windows color (decimal): -329558 or 11204858. OLE color: 11204858.

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

Color convert

RGB 250 248 170 -
CMYK 0 0.01 0.32 0.02
HSL 58.5º 0.89% 0.82% -
HSV(B) 58.5º 0.32% 0.98% -
XYZ 80.25 90.36 51.24 -
YUV 239.71 88.66 135.34 -
System Red Green Blue C M Y K H S L
Decimal 250 248 170 0 0.01 0.32 0.02 58.5 0.89 0.82
Hex FA F8 AA 0 1 20 2 3A 59 52
Octal 372 370 252 0 1 40 2 72 131 122
Binary 11111010 11111000 10101010 0 1 100000 10 111010 1011001 1010010

Color Harmonies of #FAF8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8AA

Black with #FAF8AA

Text Example


Text Example

White with #FAF8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8AA; }

 p { color: rgb(250,248,170); }

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

background-color css

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

 a { background-color: rgb(250,248,170); }

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

border-color css

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

 span { border-color: rgb(250,248,170); }

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