Html Css Color HEX #FAEFAA Shalimar

📋 copy color: '#FAEFAA'

red 250 ◦ green 239 ◦ blue 170

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

Shades of Shalimar #FAEFAA

Tints of Shalimar #FAEFAA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.27%

 BLUE value IS 170 (66.8% from 255) = 25.8%

R = 37.94%
G = 36.27%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAEFAA (or 0xFAEFAA) is known color: Shalimar. HEX triplet: FA, EF and AA. RGB value is (250,239,170). Sum of RGB (Red+Green+Blue) = 250+239+170=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFAA is #051055. Grayscale: #EAEAEA. Windows color (decimal): -331862 or 11202554. OLE color: 11202554.

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

Color convert

RGB 250 239 170 -
CMYK 0 0.04 0.32 0.02
HSL 51.75º 0.89% 0.82% -
HSV(B) 51.75º 0.32% 0.98% -
XYZ 77.55 84.96 50.34 -
YUV 234.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 250 239 170 0 0.04 0.32 0.02 51.75 0.89 0.82
Hex FA EF AA 0 4 20 2 34 59 52
Octal 372 357 252 0 4 40 2 64 131 122
Binary 11111010 11101111 10101010 0 100 100000 10 110100 1011001 1010010

Color Harmonies of #FAEFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFAA

Black with #FAEFAA

Text Example


Text Example

White with #FAEFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFAA; }

 p { color: rgb(250,239,170); }

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

background-color css

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

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

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

border-color css

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

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

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