Html Css Color HEX #FAFAB4 Shalimar

📋 copy color: '#FAFAB4'

red 250 ◦ green 250 ◦ blue 180

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

Shades of Shalimar #FAFAB4

Tints of Shalimar #FAFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.47%

R = 36.76%
G = 36.76%
B = 26.47%

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

#FAFAB4 (or 0xFAFAB4) is known color: Shalimar. HEX triplet: FA, FA and B4. RGB value is (250,250,180). Sum of RGB (Red+Green+Blue) = 250+250+180=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 180 (70.70% from 255 or 26.47% from 680); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAB4 is #05054B. Grayscale: #F2F2F2. Windows color (decimal): -329036 or 11860730. OLE color: 11860730.

HSL color Cylindrical-coordinate representation of color #FAFAB4: 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.28%. Process color model (Four color, CMYK) of #FAFAB4 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 250 180 -
CMYK 0 0 0.28 0.02
HSL 60º 0.88% 0.84% -
HSV(B) 60º 0.28% 0.98% -
XYZ 81.85 91.99 56.62 -
YUV 242.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 250 250 180 0 0 0.28 0.02 60 0.88 0.84
Hex FA FA B4 0 0 1C 2 3C 58 54
Octal 372 372 264 0 0 34 2 74 130 124
Binary 11111010 11111010 10110100 0 0 11100 10 111100 1011000 1010100

Color Harmonies of #FAFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAB4

Black with #FAFAB4

Text Example


Text Example

White with #FAFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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