Html Css Color HEX #FDFEB3 Shalimar

📋 copy color: '#FDFEB3'

red 253 ◦ green 254 ◦ blue 179

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

Shades of Shalimar #FDFEB3

Tints of Shalimar #FDFEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.09%

R = 36.88%
G = 37.03%
B = 26.09%

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

#FDFEB3 (or 0xFDFEB3) is known color: Shalimar. HEX triplet: FD, FE and B3. RGB value is (253,254,179). Sum of RGB (Red+Green+Blue) = 253+254+179=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 179 (70.31% from 255 or 26.09% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFEB3 is #02014C. Grayscale: #F5F5F5. Windows color (decimal): -131405 or 11796221. OLE color: 11796221.

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

Color convert

RGB 253 254 179 -
CMYK 0.00 0 0.30 0.00
HSL 60.8º 0.97% 0.85% -
HSV(B) 60.8º 0.3% 1% -
XYZ 84.09 95.02 56.56 -
YUV 245.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 253 254 179 0.00 0 0.30 0.00 60.8 0.97 0.85
Hex FD FE B3 0 0 1E 0 3D 61 55
Octal 375 376 263 0 0 36 0 75 141 125
Binary 11111101 11111110 10110011 0 0 11110 0 111101 1100001 1010101

Color Harmonies of #FDFEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEB3

Black with #FDFEB3

Text Example


Text Example

White with #FDFEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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