Html Css Color HEX #FAFAAF Shalimar

📋 copy color: '#FAFAAF'

red 250 ◦ green 250 ◦ blue 175

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

Shades of Shalimar #FAFAAF

Tints of Shalimar #FAFAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 25.93%

R = 37.04%
G = 37.04%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAFAAF (or 0xFAFAAF) is known color: Shalimar. HEX triplet: FA, FA and AF. RGB value is (250,250,175). Sum of RGB (Red+Green+Blue) = 250+250+175=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 175 (68.75% from 255 or 25.93% from 675); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAAF is #050550. Grayscale: #F1F1F1. Windows color (decimal): -329041 or 11533050. OLE color: 11533050.

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

Color convert

RGB 250 250 175 -
CMYK 0 0 0.3 0.02
HSL 60º 0.88% 0.83% -
HSV(B) 60º 0.3% 0.98% -
XYZ 81.35 91.79 53.99 -
YUV 241.45 90.5 134.1 -
System Red Green Blue C M Y K H S L
Decimal 250 250 175 0 0 0.3 0.02 60 0.88 0.83
Hex FA FA AF 0 0 1E 2 3C 58 53
Octal 372 372 257 0 0 36 2 74 130 123
Binary 11111010 11111010 10101111 0 0 11110 10 111100 1011000 1010011

Color Harmonies of #FAFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAAF

Black with #FAFAAF

Text Example


Text Example

White with #FAFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAAF; }

 p { color: rgb(250,250,175); }

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

background-color css

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

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

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

border-color css

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

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

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