Html Css Color HEX #FDFEA5 Shalimar

📋 copy color: '#FDFEA5'

red 253 ◦ green 254 ◦ blue 165

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

Shades of Shalimar #FDFEA5

Tints of Shalimar #FDFEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 24.55%

R = 37.65%
G = 37.8%
B = 24.55%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FDFEA5 (or 0xFDFEA5) is known color: Shalimar. HEX triplet: FD, FE and A5. RGB value is (253,254,165). Sum of RGB (Red+Green+Blue) = 253+254+165=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 165 (64.84% from 255 or 24.55% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEA5 is #02015A. Grayscale: #F3F3F3. Windows color (decimal): -131419 or 10878717. OLE color: 10878717.

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

Color convert

RGB 253 254 165 -
CMYK 0.00 0 0.35 0.00
HSL 60.67º 0.98% 0.82% -
HSV(B) 60.67º 0.35% 1% -
XYZ 82.74 94.48 49.47 -
YUV 243.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 253 254 165 0.00 0 0.35 0.00 60.67 0.98 0.82
Hex FD FE A5 0 0 23 0 3D 62 52
Octal 375 376 245 0 0 43 0 75 142 122
Binary 11111101 11111110 10100101 0 0 100011 0 111101 1100010 1010010

Color Harmonies of #FDFEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEA5

Black with #FDFEA5

Text Example


Text Example

White with #FDFEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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