Html Css Color HEX #FAF9A6 Shalimar

📋 copy color: '#FAF9A6'

red 250 ◦ green 249 ◦ blue 166

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

Shades of Shalimar #FAF9A6

Tints of Shalimar #FAF9A6

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.44%

 BLUE value IS 166 (65.23% from 255) = 24.96%

R = 37.59%
G = 37.44%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAF9A6 (or 0xFAF9A6) is known color: Shalimar. HEX triplet: FA, F9 and A6. RGB value is (250,249,166). Sum of RGB (Red+Green+Blue) = 250+249+166=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 166 (65.23% from 255 or 24.96% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF9A6 is #050659. Grayscale: #F0F0F0. Windows color (decimal): -329306 or 10942970. OLE color: 10942970.

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

Color convert

RGB 250 249 166 -
CMYK 0 0.00 0.34 0.02
HSL 59.29º 0.89% 0.82% -
HSV(B) 59.29º 0.34% 0.98% -
XYZ 80.18 90.83 49.38 -
YUV 239.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 250 249 166 0 0.00 0.34 0.02 59.29 0.89 0.82
Hex FA F9 A6 0 0 22 2 3B 59 52
Octal 372 371 246 0 0 42 2 73 131 122
Binary 11111010 11111001 10100110 0 0 100010 10 111011 1011001 1010010

Color Harmonies of #FAF9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9A6

Black with #FAF9A6

Text Example


Text Example

White with #FAF9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9A6; }

 p { color: rgb(250,249,166); }

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

background-color css

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

 a { background-color: rgb(250,249,166); }

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

border-color css

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

 span { border-color: rgb(250,249,166); }

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