Html Css Color HEX #FAF6A6 Shalimar

📋 copy color: '#FAF6A6'

red 250 ◦ green 246 ◦ blue 166

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

Shades of Shalimar #FAF6A6

Tints of Shalimar #FAF6A6

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.16%

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

R = 37.76%
G = 37.16%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAF6A6 (or 0xFAF6A6) is known color: Shalimar. HEX triplet: FA, F6 and A6. RGB value is (250,246,166). Sum of RGB (Red+Green+Blue) = 250+246+166=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 166 (65.23% from 255 or 25.08% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6A6 is #050959. Grayscale: #EEEEEE. Windows color (decimal): -330074 or 10942202. OLE color: 10942202.

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

Color convert

RGB 250 246 166 -
CMYK 0 0.02 0.34 0.02
HSL 57.14º 0.89% 0.82% -
HSV(B) 57.14º 0.34% 0.98% -
XYZ 79.26 88.99 49.08 -
YUV 238.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 250 246 166 0 0.02 0.34 0.02 57.14 0.89 0.82
Hex FA F6 A6 0 2 22 2 39 59 52
Octal 372 366 246 0 2 42 2 71 131 122
Binary 11111010 11110110 10100110 0 10 100010 10 111001 1011001 1010010

Color Harmonies of #FAF6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6A6

Black with #FAF6A6

Text Example


Text Example

White with #FAF6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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