Html Css Color HEX #FAFAB2 Shalimar

📋 copy color: '#FAFAB2'

red 250 ◦ green 250 ◦ blue 178

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

Shades of Shalimar #FAFAB2

Tints of Shalimar #FAFAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.25%

R = 36.87%
G = 36.87%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAFAB2 (or 0xFAFAB2) is known color: Shalimar. HEX triplet: FA, FA and B2. RGB value is (250,250,178). Sum of RGB (Red+Green+Blue) = 250+250+178=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 178 (69.92% from 255 or 26.25% from 678); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAB2 is #05054D. Grayscale: #F2F2F2. Windows color (decimal): -329038 or 11729658. OLE color: 11729658.

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

Color convert

RGB 250 250 178 -
CMYK 0 0 0.29 0.02
HSL 60º 0.88% 0.84% -
HSV(B) 60º 0.29% 0.98% -
XYZ 81.65 91.91 55.56 -
YUV 241.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 250 250 178 0 0 0.29 0.02 60 0.88 0.84
Hex FA FA B2 0 0 1D 2 3C 58 54
Octal 372 372 262 0 0 35 2 74 130 124
Binary 11111010 11111010 10110010 0 0 11101 10 111100 1011000 1010100

Color Harmonies of #FAFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAB2

Black with #FAFAB2

Text Example


Text Example

White with #FAFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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