Html Css Color HEX #FAFBA3 Shalimar

📋 copy color: '#FAFBA3'

red 250 ◦ green 251 ◦ blue 163

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

Shades of Shalimar #FAFBA3

Tints of Shalimar #FAFBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 24.55%

R = 37.65%
G = 37.8%
B = 24.55%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FAFBA3 (or 0xFAFBA3) is known color: Shalimar. HEX triplet: FA, FB and A3. RGB value is (250,251,163). Sum of RGB (Red+Green+Blue) = 250+251+163=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 163 (64.06% from 255 or 24.55% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBA3 is #05045C. Grayscale: #F1F1F1. Windows color (decimal): -328797 or 10746874. OLE color: 10746874.

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

Color convert

RGB 250 251 163 -
CMYK 0.00 0 0.35 0.02
HSL 60.68º 0.92% 0.81% -
HSV(B) 60.68º 0.35% 0.98% -
XYZ 80.53 91.96 48.16 -
YUV 240.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 250 251 163 0.00 0 0.35 0.02 60.68 0.92 0.81
Hex FA FB A3 0 0 23 2 3D 5C 51
Octal 372 373 243 0 0 43 2 75 134 121
Binary 11111010 11111011 10100011 0 0 100011 10 111101 1011100 1010001

Color Harmonies of #FAFBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBA3

Black with #FAFBA3

Text Example


Text Example

White with #FAFBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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