Html Css Color HEX #FAF1AF Shalimar

📋 copy color: '#FAF1AF'

red 250 ◦ green 241 ◦ blue 175

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

Shades of Shalimar #FAF1AF

Tints of Shalimar #FAF1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.19%

 BLUE value IS 175 (68.75% from 255) = 26.28%

R = 37.54%
G = 36.19%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAF1AF (or 0xFAF1AF) is known color: Shalimar. HEX triplet: FA, F1 and AF. RGB value is (250,241,175). Sum of RGB (Red+Green+Blue) = 250+241+175=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1AF is #050E50. Grayscale: #ECECEC. Windows color (decimal): -331345 or 11530746. OLE color: 11530746.

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

Color convert

RGB 250 241 175 -
CMYK 0 0.04 0.3 0.02
HSL 52.8º 0.88% 0.83% -
HSV(B) 52.8º 0.3% 0.98% -
XYZ 78.62 86.33 53.08 -
YUV 236.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 250 241 175 0 0.04 0.3 0.02 52.8 0.88 0.83
Hex FA F1 AF 0 4 1E 2 35 58 53
Octal 372 361 257 0 4 36 2 65 130 123
Binary 11111010 11110001 10101111 0 100 11110 10 110101 1011000 1010011

Color Harmonies of #FAF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1AF

Black with #FAF1AF

Text Example


Text Example

White with #FAF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1AF; }

 p { color: rgb(250,241,175); }

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

background-color css

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

 a { background-color: rgb(250,241,175); }

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

border-color css

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

 span { border-color: rgb(250,241,175); }

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