Html Css Color HEX #FAF0AF Shalimar

📋 copy color: '#FAF0AF'

red 250 ◦ green 240 ◦ blue 175

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

Shades of Shalimar #FAF0AF

Tints of Shalimar #FAF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.09%

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

R = 37.59%
G = 36.09%
B = 26.32%

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

#FAF0AF (or 0xFAF0AF) is known color: Shalimar. HEX triplet: FA, F0 and AF. RGB value is (250,240,175). Sum of RGB (Red+Green+Blue) = 250+240+175=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0AF is #050F50. Grayscale: #EBEBEB. Windows color (decimal): -331601 or 11530490. OLE color: 11530490.

HSL color Cylindrical-coordinate representation of color #FAF0AF: hue angle of 52º 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 #FAF0AF is Cyan = 0, Magento = 0.04, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 240 175 -
CMYK 0 0.04 0.3 0.02
HSL 52º 0.88% 0.83% -
HSV(B) 52º 0.3% 0.98% -
XYZ 78.32 85.74 52.98 -
YUV 235.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 250 240 175 0 0.04 0.3 0.02 52 0.88 0.83
Hex FA F0 AF 0 4 1E 2 34 58 53
Octal 372 360 257 0 4 36 2 64 130 123
Binary 11111010 11110000 10101111 0 100 11110 10 110100 1011000 1010011

Color Harmonies of #FAF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0AF

Black with #FAF0AF

Text Example


Text Example

White with #FAF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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