Html Css Color HEX #FAF2AB Shalimar

📋 copy color: '#FAF2AB'

red 250 ◦ green 242 ◦ blue 171

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

Shades of Shalimar #FAF2AB

Tints of Shalimar #FAF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.5%

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

R = 37.71%
G = 36.5%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAF2AB (or 0xFAF2AB) is known color: Shalimar. HEX triplet: FA, F2 and AB. RGB value is (250,242,171). Sum of RGB (Red+Green+Blue) = 250+242+171=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 171 (67.19% from 255 or 25.79% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2AB is #050D54. Grayscale: #ECECEC. Windows color (decimal): -331093 or 11268858. OLE color: 11268858.

HSL color Cylindrical-coordinate representation of color #FAF2AB: hue angle of 53.92º degrees, saturation: 0.89, 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 #FAF2AB is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 242 171 -
CMYK 0 0.03 0.32 0.02
HSL 53.92º 0.89% 0.83% -
HSV(B) 53.92º 0.32% 0.98% -
XYZ 78.53 86.77 51.14 -
YUV 236.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 250 242 171 0 0.03 0.32 0.02 53.92 0.89 0.83
Hex FA F2 AB 0 3 20 2 36 59 53
Octal 372 362 253 0 3 40 2 66 131 123
Binary 11111010 11110010 10101011 0 11 100000 10 110110 1011001 1010011

Color Harmonies of #FAF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2AB

Black with #FAF2AB

Text Example


Text Example

White with #FAF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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