Html Css Color HEX #FAF2AF Shalimar

📋 copy color: '#FAF2AF'

red 250 ◦ green 242 ◦ blue 175

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

Shades of Shalimar #FAF2AF

Tints of Shalimar #FAF2AF

RGB

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

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

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

R = 37.48%
G = 36.28%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAF2AF (or 0xFAF2AF) is known color: Shalimar. HEX triplet: FA, F2 and AF. RGB value is (250,242,175). Sum of RGB (Red+Green+Blue) = 250+242+175=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2AF is #050D50. Grayscale: #EDEDED. Windows color (decimal): -331089 or 11531002. OLE color: 11531002.

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

Color convert

RGB 250 242 175 -
CMYK 0 0.03 0.3 0.02
HSL 53.6º 0.88% 0.83% -
HSV(B) 53.6º 0.3% 0.98% -
XYZ 78.91 86.92 53.18 -
YUV 236.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 250 242 175 0 0.03 0.3 0.02 53.6 0.88 0.83
Hex FA F2 AF 0 3 1E 2 36 58 53
Octal 372 362 257 0 3 36 2 66 130 123
Binary 11111010 11110010 10101111 0 11 11110 10 110110 1011000 1010011

Color Harmonies of #FAF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2AF

Black with #FAF2AF

Text Example


Text Example

White with #FAF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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