Html Css Color HEX #FDFEA7 Shalimar

📋 copy color: '#FDFEA7'

red 253 ◦ green 254 ◦ blue 167

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

Shades of Shalimar #FDFEA7

Tints of Shalimar #FDFEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 24.78%

R = 37.54%
G = 37.69%
B = 24.78%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FDFEA7 (or 0xFDFEA7) is known color: Shalimar. HEX triplet: FD, FE and A7. RGB value is (253,254,167). Sum of RGB (Red+Green+Blue) = 253+254+167=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 167 (65.62% from 255 or 24.78% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEA7 is #020158. Grayscale: #F4F4F4. Windows color (decimal): -131417 or 11009789. OLE color: 11009789.

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

Color convert

RGB 253 254 167 -
CMYK 0.00 0 0.34 0.00
HSL 60.69º 0.98% 0.83% -
HSV(B) 60.69º 0.34% 1% -
XYZ 82.92 94.56 50.44 -
YUV 243.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 253 254 167 0.00 0 0.34 0.00 60.69 0.98 0.83
Hex FD FE A7 0 0 22 0 3D 62 53
Octal 375 376 247 0 0 42 0 75 142 123
Binary 11111101 11111110 10100111 0 0 100010 0 111101 1100010 1010011

Color Harmonies of #FDFEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEA7

Black with #FDFEA7

Text Example


Text Example

White with #FDFEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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