Html Css Color HEX #FAFAB5 Shalimar

📋 copy color: '#FAFAB5'

red 250 ◦ green 250 ◦ blue 181

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

Shades of Shalimar #FAFAB5

Tints of Shalimar #FAFAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.58%

R = 36.71%
G = 36.71%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAFAB5 (or 0xFAFAB5) is known color: Shalimar. HEX triplet: FA, FA and B5. RGB value is (250,250,181). Sum of RGB (Red+Green+Blue) = 250+250+181=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 181 (71.09% from 255 or 26.58% from 681); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAB5 is #05054A. Grayscale: #F2F2F2. Windows color (decimal): -329035 or 11926266. OLE color: 11926266.

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

Color convert

RGB 250 250 181 -
CMYK 0 0 0.28 0.02
HSL 60º 0.87% 0.85% -
HSV(B) 60º 0.28% 0.98% -
XYZ 81.95 92.03 57.16 -
YUV 242.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 250 250 181 0 0 0.28 0.02 60 0.87 0.85
Hex FA FA B5 0 0 1C 2 3C 57 55
Octal 372 372 265 0 0 34 2 74 127 125
Binary 11111010 11111010 10110101 0 0 11100 10 111100 1010111 1010101

Color Harmonies of #FAFAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAB5

Black with #FAFAB5

Text Example


Text Example

White with #FAFAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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