Html Css Color HEX #FEFDB1 Shalimar

📋 copy color: '#FEFDB1'

red 254 ◦ green 253 ◦ blue 177

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

Shades of Shalimar #FEFDB1

Tints of Shalimar #FEFDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 25.88%

R = 37.13%
G = 36.99%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEFDB1 (or 0xFEFDB1) is known color: Shalimar. HEX triplet: FE, FD and B1. RGB value is (254,253,177). Sum of RGB (Red+Green+Blue) = 254+253+177=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 177 (69.53% from 255 or 25.88% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDB1 is #01024E. Grayscale: #F4F4F4. Windows color (decimal): -66127 or 11664894. OLE color: 11664894.

HSL color Cylindrical-coordinate representation of color #FEFDB1: hue angle of 59.22º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEFDB1 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 253 177 -
CMYK 0 0.00 0.30 0.00
HSL 59.22º 0.97% 0.85% -
HSV(B) 59.22º 0.3% 1% -
XYZ 83.93 94.5 55.41 -
YUV 244.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 254 253 177 0 0.00 0.30 0.00 59.22 0.97 0.85
Hex FE FD B1 0 0 1E 0 3B 61 55
Octal 376 375 261 0 0 36 0 73 141 125
Binary 11111110 11111101 10110001 0 0 11110 0 111011 1100001 1010101

Color Harmonies of #FEFDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFDB1

Black with #FEFDB1

Text Example


Text Example

White with #FEFDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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