Html Css Color HEX #FEFDAD Shalimar

📋 copy color: '#FEFDAD'

red 254 ◦ green 253 ◦ blue 173

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

Shades of Shalimar #FEFDAD

Tints of Shalimar #FEFDAD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.21%

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

R = 37.35%
G = 37.21%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FEFDAD (or 0xFEFDAD) is known color: Shalimar. HEX triplet: FE, FD and AD. RGB value is (254,253,173). Sum of RGB (Red+Green+Blue) = 254+253+173=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 173 (67.97% from 255 or 25.44% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDAD is #010252. Grayscale: #F4F4F4. Windows color (decimal): -66131 or 11402750. OLE color: 11402750.

HSL color Cylindrical-coordinate representation of color #FEFDAD: hue angle of 59.26º 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 #FEFDAD is Cyan = 0, Magento = 0.00, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 253 173 -
CMYK 0 0.00 0.32 0.00
HSL 59.26º 0.98% 0.84% -
HSV(B) 59.26º 0.32% 1% -
XYZ 83.54 94.34 53.34 -
YUV 244.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 254 253 173 0 0.00 0.32 0.00 59.26 0.98 0.84
Hex FE FD AD 0 0 20 0 3B 62 54
Octal 376 375 255 0 0 40 0 73 142 124
Binary 11111110 11111101 10101101 0 0 100000 0 111011 1100010 1010100

Color Harmonies of #FEFDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDAD

Black with #FEFDAD

Text Example


Text Example

White with #FEFDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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