Html Css Color HEX #FDFEB0 Shalimar

📋 copy color: '#FDFEB0'

red 253 ◦ green 254 ◦ blue 176

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

Shades of Shalimar #FDFEB0

Tints of Shalimar #FDFEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 25.77%

R = 37.04%
G = 37.19%
B = 25.77%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FDFEB0 (or 0xFDFEB0) is known color: Shalimar. HEX triplet: FD, FE and B0. RGB value is (253,254,176). Sum of RGB (Red+Green+Blue) = 253+254+176=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 176 (69.14% from 255 or 25.77% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEB0 is #02014F. Grayscale: #F5F5F5. Windows color (decimal): -131408 or 11599613. OLE color: 11599613.

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

Color convert

RGB 253 254 176 -
CMYK 0.00 0 0.31 0.00
HSL 60.77º 0.98% 0.84% -
HSV(B) 60.77º 0.31% 1% -
XYZ 83.79 94.9 54.98 -
YUV 244.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 253 254 176 0.00 0 0.31 0.00 60.77 0.98 0.84
Hex FD FE B0 0 0 1F 0 3D 62 54
Octal 375 376 260 0 0 37 0 75 142 124
Binary 11111101 11111110 10110000 0 0 11111 0 111101 1100010 1010100

Color Harmonies of #FDFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEB0

Black with #FDFEB0

Text Example


Text Example

White with #FDFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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