Html Css Color HEX #FAFBAB Shalimar

📋 copy color: '#FAFBAB'

red 250 ◦ green 251 ◦ blue 171

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

Shades of Shalimar #FAFBAB

Tints of Shalimar #FAFBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.45%

R = 37.2%
G = 37.35%
B = 25.45%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAFBAB (or 0xFAFBAB) is known color: Shalimar. HEX triplet: FA, FB and AB. RGB value is (250,251,171). Sum of RGB (Red+Green+Blue) = 250+251+171=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 171 (67.19% from 255 or 25.45% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBAB is #050454. Grayscale: #F1F1F1. Windows color (decimal): -328789 or 11271162. OLE color: 11271162.

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

Color convert

RGB 250 251 171 -
CMYK 0.00 0 0.32 0.02
HSL 60.75º 0.91% 0.83% -
HSV(B) 60.75º 0.32% 0.98% -
XYZ 81.27 92.26 52.05 -
YUV 241.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 250 251 171 0.00 0 0.32 0.02 60.75 0.91 0.83
Hex FA FB AB 0 0 20 2 3D 5B 53
Octal 372 373 253 0 0 40 2 75 133 123
Binary 11111010 11111011 10101011 0 0 100000 10 111101 1011011 1010011

Color Harmonies of #FAFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFBAB

Black with #FAFBAB

Text Example


Text Example

White with #FAFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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