Html Css Color HEX #FAFAAE Shalimar

📋 copy color: '#FAFAAE'

red 250 ◦ green 250 ◦ blue 174

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

Shades of Shalimar #FAFAAE

Tints of Shalimar #FAFAAE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.09%

 BLUE value IS 174 (68.36% from 255) = 25.82%

R = 37.09%
G = 37.09%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAFAAE (or 0xFAFAAE) is known color: Shalimar. HEX triplet: FA, FA and AE. RGB value is (250,250,174). Sum of RGB (Red+Green+Blue) = 250+250+174=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 174 (68.36% from 255 or 25.82% from 674); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAAE is #050551. Grayscale: #F1F1F1. Windows color (decimal): -329042 or 11467514. OLE color: 11467514.

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

Color convert

RGB 250 250 174 -
CMYK 0 0 0.30 0.02
HSL 60º 0.88% 0.83% -
HSV(B) 60º 0.3% 0.98% -
XYZ 81.25 91.75 53.47 -
YUV 241.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 250 250 174 0 0 0.30 0.02 60 0.88 0.83
Hex FA FA AE 0 0 1E 2 3C 58 53
Octal 372 372 256 0 0 36 2 74 130 123
Binary 11111010 11111010 10101110 0 0 11110 10 111100 1011000 1010011

Color Harmonies of #FAFAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFAAE

Black with #FAFAAE

Text Example


Text Example

White with #FAFAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFAAE; }

 p { color: rgb(250,250,174); }

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

background-color css

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

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

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

border-color css

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

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

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