Html Css Color HEX #FDFEA8 Shalimar

📋 copy color: '#FDFEA8'

red 253 ◦ green 254 ◦ blue 168

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

Shades of Shalimar #FDFEA8

Tints of Shalimar #FDFEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 24.89%

R = 37.48%
G = 37.63%
B = 24.89%

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

#FDFEA8 (or 0xFDFEA8) is known color: Shalimar. HEX triplet: FD, FE and A8. RGB value is (253,254,168). Sum of RGB (Red+Green+Blue) = 253+254+168=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 168 (66.02% from 255 or 24.89% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEA8 is #020157. Grayscale: #F4F4F4. Windows color (decimal): -131416 or 11075325. OLE color: 11075325.

HSL color Cylindrical-coordinate representation of color #FDFEA8: hue angle of 60.7º 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 #FDFEA8 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 254 168 -
CMYK 0.00 0 0.34 0.00
HSL 60.7º 0.98% 0.83% -
HSV(B) 60.7º 0.34% 1% -
XYZ 83.02 94.59 50.93 -
YUV 243.9 85.17 134.49 -
System Red Green Blue C M Y K H S L
Decimal 253 254 168 0.00 0 0.34 0.00 60.7 0.98 0.83
Hex FD FE A8 0 0 22 0 3D 62 53
Octal 375 376 250 0 0 42 0 75 142 123
Binary 11111101 11111110 10101000 0 0 100010 0 111101 1100010 1010011

Color Harmonies of #FDFEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEA8

Black with #FDFEA8

Text Example


Text Example

White with #FDFEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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