Html Css Color HEX #FAFFAE Shalimar

📋 copy color: '#FAFFAE'

red 250 ◦ green 255 ◦ blue 174

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

Shades of Shalimar #FAFFAE

Tints of Shalimar #FAFFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 37.56%

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

R = 36.82%
G = 37.56%
B = 25.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FAFFAE (or 0xFAFFAE) is known color: Shalimar. HEX triplet: FA, FF and AE. RGB value is (250,255,174). Sum of RGB (Red+Green+Blue) = 250+255+174=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 174 (68.36% from 255 or 25.63% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFAE is #050051. Grayscale: #F4F4F4. Windows color (decimal): -327762 or 11468794. OLE color: 11468794.

HSL color Cylindrical-coordinate representation of color #FAFFAE: hue angle of 63.7º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAFFAE is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 174 -
CMYK 0.02 0 0.32 0
HSL 63.7º 1% 0.84% -
HSV(B) 63.7º 0.32% 1% -
XYZ 82.82 94.9 54 -
YUV 244.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 250 255 174 0.02 0 0.32 0 63.7 1 0.84
Hex FA FF AE 2 0 20 0 40 64 54
Octal 372 377 256 2 0 40 0 100 144 124
Binary 11111010 11111111 10101110 10 0 100000 0 1000000 1100100 1010100

Color Harmonies of #FAFFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFAE

Black with #FAFFAE

Text Example


Text Example

White with #FAFFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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