Html Css Color HEX #FDFFA7 Shalimar

📋 copy color: '#FDFFA7'

red 253 ◦ green 255 ◦ blue 167

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

Shades of Shalimar #FDFFA7

Tints of Shalimar #FDFFA7

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.63% from 255) = 24.74%

R = 37.48%
G = 37.78%
B = 24.74%

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

#FDFFA7 (or 0xFDFFA7) is known color: 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

RGB 253 255 167 -
CMYK 0.01 0 0.35 0
HSL 61.36º 1% 0.83% -
HSV(B) 61.36º 0.35% 1% -
XYZ 83.24 95.19 50.55 -
YUV 244.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 253 255 167 0.01 0 0.35 0 61.36 1 0.83
Hex FD FF A7 1 0 23 0 3D 64 53
Octal 375 377 247 1 0 43 0 75 144 123
Binary 11111101 11111111 10100111 1 0 100011 0 111101 1100100 1010011

Color Harmonies of #FDFFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFA7

Black with #FDFFA7

Text Example


Text Example

White with #FDFFA7

Text Example


Text Example

HTML Codes & Css Web 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>