Html Css Color HEX #FAFBA7 Shalimar

📋 copy color: '#FAFBA7'

red 250 ◦ green 251 ◦ blue 167

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

Shades of Shalimar #FAFBA7

Tints of Shalimar #FAFBA7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.57%

 BLUE value IS 167 (65.63% from 255) = 25%

R = 37.43%
G = 37.57%
B = 25%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FAFBA7 (or 0xFAFBA7) is known color: Shalimar. HEX triplet: FA, FB and A7. RGB value is (250,251,167). Sum of RGB (Red+Green+Blue) = 250+251+167=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 167 (65.62% from 255 or 25% from 668); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBA7 is #050458. Grayscale: #F1F1F1. Windows color (decimal): -328793 or 11009018. OLE color: 11009018.

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

Color convert

RGB 250 251 167 -
CMYK 0.00 0 0.33 0.02
HSL 60.71º 0.91% 0.82% -
HSV(B) 60.71º 0.33% 0.98% -
XYZ 80.9 92.11 50.07 -
YUV 241.13 86.17 134.33 -
System Red Green Blue C M Y K H S L
Decimal 250 251 167 0.00 0 0.33 0.02 60.71 0.91 0.82
Hex FA FB A7 0 0 21 2 3D 5B 52
Octal 372 373 247 0 0 41 2 75 133 122
Binary 11111010 11111011 10100111 0 0 100001 10 111101 1011011 1010010

Color Harmonies of #FAFBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBA7

Black with #FAFBA7

Text Example


Text Example

White with #FAFBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBA7; }

 p { color: rgb(250,251,167); }

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

background-color css

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

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

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

border-color css

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

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

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