Html Css Color HEX #FEFEAD Shalimar

📋 copy color: '#FEFEAD'

red 254 ◦ green 254 ◦ blue 173

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

Shades of Shalimar #FEFEAD

Tints of Shalimar #FEFEAD

RGB

 RED value IS 254 (99.61% from 255) = 37.3%

 GREEN value IS 254 (99.61% from 255) = 37.3%

 BLUE value IS 173 (67.97% from 255) = 25.4%

R = 37.3%
G = 37.3%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEFEAD (or 0xFEFEAD) is known color: Shalimar. HEX triplet: FE, FE and AD. RGB value is (254,254,173). Sum of RGB (Red+Green+Blue) = 254+254+173=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 173 (67.97% from 255 or 25.40% from 681); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEAD is #010152. Grayscale: #F5F5F5. Windows color (decimal): -65875 or 11403006. OLE color: 11403006.

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

Color convert

RGB 254 254 173 -
CMYK 0 0 0.32 0.00
HSL 60º 0.98% 0.84% -
HSV(B) 60º 0.32% 1% -
XYZ 83.86 94.97 53.45 -
YUV 244.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 254 254 173 0 0 0.32 0.00 60 0.98 0.84
Hex FE FE AD 0 0 20 0 3C 62 54
Octal 376 376 255 0 0 40 0 74 142 124
Binary 11111110 11111110 10101101 0 0 100000 0 111100 1100010 1010100

Color Harmonies of #FEFEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEAD

Black with #FEFEAD

Text Example


Text Example

White with #FEFEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEAD; }

 p { color: rgb(254,254,173); }

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

background-color css

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

 a { background-color: rgb(254,254,173); }

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

border-color css

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

 span { border-color: rgb(254,254,173); }

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