Html Css Color HEX #FDF4A8 Shalimar

📋 copy color: '#FDF4A8'

red 253 ◦ green 244 ◦ blue 168

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

Shades of Shalimar #FDF4A8

Tints of Shalimar #FDF4A8

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.69%

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

R = 38.05%
G = 36.69%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDF4A8 (or 0xFDF4A8) is known color: Shalimar. HEX triplet: FD, F4 and A8. RGB value is (253,244,168). Sum of RGB (Red+Green+Blue) = 253+244+168=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 168 (66.02% from 255 or 25.26% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4A8 is #020B57. Grayscale: #EEEEEE. Windows color (decimal): -133976 or 11072765. OLE color: 11072765.

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

Color convert

RGB 253 244 168 -
CMYK 0 0.04 0.34 0.01
HSL 53.65º 0.96% 0.83% -
HSV(B) 53.65º 0.34% 0.99% -
XYZ 79.93 88.41 49.9 -
YUV 238.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 253 244 168 0 0.04 0.34 0.01 53.65 0.96 0.83
Hex FD F4 A8 0 4 22 1 36 60 53
Octal 375 364 250 0 4 42 1 66 140 123
Binary 11111101 11110100 10101000 0 100 100010 1 110110 1100000 1010011

Color Harmonies of #FDF4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF4A8

Black with #FDF4A8

Text Example


Text Example

White with #FDF4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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