Html Css Color HEX #FAFFAA Shalimar

📋 copy color: '#FAFFAA'

red 250 ◦ green 255 ◦ blue 170

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

Shades of Shalimar #FAFFAA

Tints of Shalimar #FAFFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 37.78%

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

R = 37.04%
G = 37.78%
B = 25.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FAFFAA (or 0xFAFFAA) is known color: Shalimar. HEX triplet: FA, FF and AA. RGB value is (250,255,170). Sum of RGB (Red+Green+Blue) = 250+255+170=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 170 (66.80% from 255 or 25.19% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFAA is #050055. Grayscale: #F4F4F4. Windows color (decimal): -327766 or 11206650. OLE color: 11206650.

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

Color convert

RGB 250 255 170 -
CMYK 0.02 0 0.33 0
HSL 63.53º 1% 0.83% -
HSV(B) 63.53º 0.33% 1% -
XYZ 82.44 94.75 51.97 -
YUV 243.82 86.34 132.41 -
System Red Green Blue C M Y K H S L
Decimal 250 255 170 0.02 0 0.33 0 63.53 1 0.83
Hex FA FF AA 2 0 21 0 40 64 53
Octal 372 377 252 2 0 41 0 100 144 123
Binary 11111010 11111111 10101010 10 0 100001 0 1000000 1100100 1010011

Color Harmonies of #FAFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFAA

Black with #FAFFAA

Text Example


Text Example

White with #FAFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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