Html Css Color HEX #FDFEB1 Shalimar

📋 copy color: '#FDFEB1'

red 253 ◦ green 254 ◦ blue 177

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

Shades of Shalimar #FDFEB1

Tints of Shalimar #FDFEB1

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 253 254 177 -
CMYK 0.00 0 0.30 0.00
HSL 60.78º 0.97% 0.85% -
HSV(B) 60.78º 0.3% 1% -
XYZ 83.89 94.94 55.5 -
YUV 244.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 253 254 177 0.00 0 0.30 0.00 60.78 0.97 0.85
Hex FD FE B1 0 0 1E 0 3D 61 55
Octal 375 376 261 0 0 36 0 75 141 125
Binary 11111101 11111110 10110001 0 0 11110 0 111101 1100001 1010101

Color Harmonies of #FDFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEB1

Black with #FDFEB1

Text Example


Text Example

White with #FDFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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