Html Css Color HEX #FDFFA5 Shalimar

📋 copy color: '#FDFFA5'

red 253 ◦ green 255 ◦ blue 165

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

Shades of Shalimar #FDFFA5

Tints of Shalimar #FDFFA5

RGB

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

 GREEN value IS 255 (100% from 255) = 37.89%

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

R = 37.59%
G = 37.89%
B = 24.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FDFFA5 (or 0xFDFFA5) is known color: Shalimar. HEX triplet: FD, FF and A5. RGB value is (253,255,165). Sum of RGB (Red+Green+Blue) = 253+255+165=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 165 (64.84% from 255 or 24.52% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA5 is #02005A. Grayscale: #F4F4F4. Windows color (decimal): -131163 or 10878973. OLE color: 10878973.

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

Color convert

RGB 253 255 165 -
CMYK 0.01 0 0.35 0
HSL 61.33º 1% 0.82% -
HSV(B) 61.33º 0.35% 1% -
XYZ 83.06 95.12 49.58 -
YUV 244.14 83.34 134.32 -
System Red Green Blue C M Y K H S L
Decimal 253 255 165 0.01 0 0.35 0 61.33 1 0.82
Hex FD FF A5 1 0 23 0 3D 64 52
Octal 375 377 245 1 0 43 0 75 144 122
Binary 11111101 11111111 10100101 1 0 100011 0 111101 1100100 1010010

Color Harmonies of #FDFFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFA5

Black with #FDFFA5

Text Example


Text Example

White with #FDFFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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