Html Css Color HEX #FAF3A9 Shalimar

📋 copy color: '#FAF3A9'

red 250 ◦ green 243 ◦ blue 169

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

Shades of Shalimar #FAF3A9

Tints of Shalimar #FAF3A9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.71%

 BLUE value IS 169 (66.41% from 255) = 25.53%

R = 37.76%
G = 36.71%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAF3A9 (or 0xFAF3A9) is known color: Shalimar. HEX triplet: FA, F3 and A9. RGB value is (250,243,169). Sum of RGB (Red+Green+Blue) = 250+243+169=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 169 (66.41% from 255 or 25.53% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF3A9 is #050C56. Grayscale: #ECECEC. Windows color (decimal): -330839 or 11138042. OLE color: 11138042.

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

Color convert

RGB 250 243 169 -
CMYK 0 0.03 0.32 0.02
HSL 54.81º 0.89% 0.82% -
HSV(B) 54.81º 0.32% 0.98% -
XYZ 78.64 87.29 50.24 -
YUV 236.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 250 243 169 0 0.03 0.32 0.02 54.81 0.89 0.82
Hex FA F3 A9 0 3 20 2 37 59 52
Octal 372 363 251 0 3 40 2 67 131 122
Binary 11111010 11110011 10101001 0 11 100000 10 110111 1011001 1010010

Color Harmonies of #FAF3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF3A9

Black with #FAF3A9

Text Example


Text Example

White with #FAF3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF3A9; }

 p { color: rgb(250,243,169); }

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

background-color css

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

 a { background-color: rgb(250,243,169); }

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

border-color css

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

 span { border-color: rgb(250,243,169); }

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