Html Css Color HEX #FAEEAB Shalimar

📋 copy color: '#FAEEAB'

red 250 ◦ green 238 ◦ blue 171

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

Shades of Shalimar #FAEEAB

Tints of Shalimar #FAEEAB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.12%

 BLUE value IS 171 (67.19% from 255) = 25.95%

R = 37.94%
G = 36.12%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAEEAB (or 0xFAEEAB) is known color: Shalimar. HEX triplet: FA, EE and AB. RGB value is (250,238,171). Sum of RGB (Red+Green+Blue) = 250+238+171=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEAB is #051154. Grayscale: #EAEAEA. Windows color (decimal): -332117 or 11267834. OLE color: 11267834.

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

Color convert

RGB 250 238 171 -
CMYK 0 0.05 0.32 0.02
HSL 50.89º 0.89% 0.83% -
HSV(B) 50.89º 0.32% 0.98% -
XYZ 77.35 84.41 50.74 -
YUV 233.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 250 238 171 0 0.05 0.32 0.02 50.89 0.89 0.83
Hex FA EE AB 0 5 20 2 33 59 53
Octal 372 356 253 0 5 40 2 63 131 123
Binary 11111010 11101110 10101011 0 101 100000 10 110011 1011001 1010011

Color Harmonies of #FAEEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEEAB

Black with #FAEEAB

Text Example


Text Example

White with #FAEEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEEAB; }

 p { color: rgb(250,238,171); }

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

background-color css

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

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

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

border-color css

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

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

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