Html Css Color HEX #FDFEB5 Shalimar

📋 copy color: '#FDFEB5'

red 253 ◦ green 254 ◦ blue 181

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

Shades of Shalimar #FDFEB5

Tints of Shalimar #FDFEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.31%

R = 36.77%
G = 36.92%
B = 26.31%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FDFEB5 (or 0xFDFEB5) is known color: Shalimar. HEX triplet: FD, FE and B5. RGB value is (253,254,181). Sum of RGB (Red+Green+Blue) = 253+254+181=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 181 (71.09% from 255 or 26.31% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEB5 is #02014A. Grayscale: #F5F5F5. Windows color (decimal): -131403 or 11927293. OLE color: 11927293.

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

Color convert

RGB 253 254 181 -
CMYK 0.00 0 0.29 0.00
HSL 60.82º 0.97% 0.85% -
HSV(B) 60.82º 0.29% 1% -
XYZ 84.29 95.1 57.63 -
YUV 245.38 91.67 133.44 -
System Red Green Blue C M Y K H S L
Decimal 253 254 181 0.00 0 0.29 0.00 60.82 0.97 0.85
Hex FD FE B5 0 0 1D 0 3D 61 55
Octal 375 376 265 0 0 35 0 75 141 125
Binary 11111101 11111110 10110101 0 0 11101 0 111101 1100001 1010101

Color Harmonies of #FDFEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEB5

Black with #FDFEB5

Text Example


Text Example

White with #FDFEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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