Html Css Color HEX #FAF6A7 Shalimar

📋 copy color: '#FAF6A7'

red 250 ◦ green 246 ◦ blue 167

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

Shades of Shalimar #FAF6A7

Tints of Shalimar #FAF6A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 25.19%

R = 37.71%
G = 37.1%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAF6A7 (or 0xFAF6A7) is known color: Shalimar. HEX triplet: FA, F6 and A7. RGB value is (250,246,167). Sum of RGB (Red+Green+Blue) = 250+246+167=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 167 (65.62% from 255 or 25.19% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6A7 is #050958. Grayscale: #EEEEEE. Windows color (decimal): -330073 or 11007738. OLE color: 11007738.

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

Color convert

RGB 250 246 167 -
CMYK 0 0.02 0.33 0.02
HSL 57.11º 0.89% 0.82% -
HSV(B) 57.11º 0.33% 0.98% -
XYZ 79.36 89.03 49.56 -
YUV 238.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 250 246 167 0 0.02 0.33 0.02 57.11 0.89 0.82
Hex FA F6 A7 0 2 21 2 39 59 52
Octal 372 366 247 0 2 41 2 71 131 122
Binary 11111010 11110110 10100111 0 10 100001 10 111001 1011001 1010010

Color Harmonies of #FAF6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF6A7

Black with #FAF6A7

Text Example


Text Example

White with #FAF6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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