#FDFFA7

Color #FDFFA7 Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #FDFFA7

Tints of Shalimar #FDFFA7

Color information

#FDFFA7 (or 0xFDFFA7) is unknown color: approx Shalimar. HEX triplet: FD, FF and A7. RGB value is (253,255,167). Sum of RGB (Red+Green+Blue) = 253+255+167=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 167 (65.62% from 255 or 24.74% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFA7 is #020058. Grayscale: #F4F4F4. Windows color (decimal): -131161 or 11010045. OLE color: 11010045.

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

Color convert

RGB253255167-
CMYK0.0100.350
HSL61.36º100%82.75%-
HSV(B)61.36º34.51%100%-
XYZ83.2495.1950.55-
YUV244.3784.34134.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 167 (65.62% from 255) = 24.74%
R=37.48%
G=37.78%
B=24.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551670.0100.35061.3610082.75
HexFDFFA7102303d6453
Octal3753772471043075144123
Binary11111101111111111010011110100011011110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFA7; }

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

 H1.HeaderClassName
 {
   color: #FDFFA7;
 }
 .AnyTagClassName
 {
   color: #FDFFA7;
 }
</style>
background-color css

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

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

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

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

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

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