Html Css Color HEX #FAFBA5 Shalimar

📋 copy color: '#FAFBA5'

red 250 ◦ green 251 ◦ blue 165

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

Shades of Shalimar #FAFBA5

Tints of Shalimar #FAFBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 24.77%

R = 37.54%
G = 37.69%
B = 24.77%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAFBA5 (or 0xFAFBA5) is known color: Shalimar. HEX triplet: FA, FB and A5. RGB value is (250,251,165). Sum of RGB (Red+Green+Blue) = 250+251+165=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 165 (64.84% from 255 or 24.77% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBA5 is #05045A. Grayscale: #F1F1F1. Windows color (decimal): -328795 or 10877946. OLE color: 10877946.

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

Color convert

RGB 250 251 165 -
CMYK 0.00 0 0.34 0.02
HSL 60.7º 0.91% 0.82% -
HSV(B) 60.7º 0.34% 0.98% -
XYZ 80.71 92.03 49.11 -
YUV 240.9 85.17 134.49 -
System Red Green Blue C M Y K H S L
Decimal 250 251 165 0.00 0 0.34 0.02 60.7 0.91 0.82
Hex FA FB A5 0 0 22 2 3D 5B 52
Octal 372 373 245 0 0 42 2 75 133 122
Binary 11111010 11111011 10100101 0 0 100010 10 111101 1011011 1010010

Color Harmonies of #FAFBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBA5

Black with #FAFBA5

Text Example


Text Example

White with #FAFBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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