Html Css Color HEX #FAEFA6 Shalimar

📋 copy color: '#FAEFA6'

red 250 ◦ green 239 ◦ blue 166

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

Shades of Shalimar #FAEFA6

Tints of Shalimar #FAEFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 25.34%

R = 38.17%
G = 36.49%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAEFA6 (or 0xFAEFA6) is known color: Shalimar. HEX triplet: FA, EF and A6. RGB value is (250,239,166). Sum of RGB (Red+Green+Blue) = 250+239+166=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 166 (65.23% from 255 or 25.34% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEFA6 is #051059. Grayscale: #EAEAEA. Windows color (decimal): -331866 or 10940410. OLE color: 10940410.

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

Color convert

RGB 250 239 166 -
CMYK 0 0.04 0.34 0.02
HSL 52.14º 0.89% 0.82% -
HSV(B) 52.14º 0.34% 0.98% -
XYZ 77.17 84.81 48.38 -
YUV 233.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 250 239 166 0 0.04 0.34 0.02 52.14 0.89 0.82
Hex FA EF A6 0 4 22 2 34 59 52
Octal 372 357 246 0 4 42 2 64 131 122
Binary 11111010 11101111 10100110 0 100 100010 10 110100 1011001 1010010

Color Harmonies of #FAEFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEFA6

Black with #FAEFA6

Text Example


Text Example

White with #FAEFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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