Html Css Color HEX #FEFDAB Shalimar

📋 copy color: '#FEFDAB'

red 254 ◦ green 253 ◦ blue 171

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

Shades of Shalimar #FEFDAB

Tints of Shalimar #FEFDAB

RGB

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

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

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

R = 37.46%
G = 37.32%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FEFDAB (or 0xFEFDAB) is known color: Shalimar. HEX triplet: FE, FD and AB. RGB value is (254,253,171). Sum of RGB (Red+Green+Blue) = 254+253+171=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 171 (67.19% from 255 or 25.22% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDAB is #010254. Grayscale: #F4F4F4. Windows color (decimal): -66133 or 11271678. OLE color: 11271678.

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

Color convert

RGB 254 253 171 -
CMYK 0 0.00 0.33 0.00
HSL 59.28º 0.98% 0.83% -
HSV(B) 59.28º 0.33% 1% -
XYZ 83.35 94.26 52.33 -
YUV 243.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 254 253 171 0 0.00 0.33 0.00 59.28 0.98 0.83
Hex FE FD AB 0 0 21 0 3B 62 53
Octal 376 375 253 0 0 41 0 73 142 123
Binary 11111110 11111101 10101011 0 0 100001 0 111011 1100010 1010011

Color Harmonies of #FEFDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDAB

Black with #FEFDAB

Text Example


Text Example

White with #FEFDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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