Html Css Color HEX #FAF3AF Shalimar

📋 copy color: '#FAF3AF'

red 250 ◦ green 243 ◦ blue 175

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

Shades of Shalimar #FAF3AF

Tints of Shalimar #FAF3AF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.38%

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

R = 37.43%
G = 36.38%
B = 26.2%

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

#FAF3AF (or 0xFAF3AF) is known color: Shalimar. HEX triplet: FA, F3 and AF. RGB value is (250,243,175). Sum of RGB (Red+Green+Blue) = 250+243+175=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF3AF is #050C50. Grayscale: #EDEDED. Windows color (decimal): -330833 or 11531258. OLE color: 11531258.

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

Color convert

RGB 250 243 175 -
CMYK 0 0.03 0.3 0.02
HSL 54.4º 0.88% 0.83% -
HSV(B) 54.4º 0.3% 0.98% -
XYZ 79.21 87.52 53.28 -
YUV 237.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 250 243 175 0 0.03 0.3 0.02 54.4 0.88 0.83
Hex FA F3 AF 0 3 1E 2 36 58 53
Octal 372 363 257 0 3 36 2 66 130 123
Binary 11111010 11110011 10101111 0 11 11110 10 110110 1011000 1010011

Color Harmonies of #FAF3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF3AF

Black with #FAF3AF

Text Example


Text Example

White with #FAF3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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