Html Css Color HEX #FDF1A8 Shalimar

📋 copy color: '#FDF1A8'

red 253 ◦ green 241 ◦ blue 168

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

Shades of Shalimar #FDF1A8

Tints of Shalimar #FDF1A8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.4%

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

R = 38.22%
G = 36.4%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDF1A8 (or 0xFDF1A8) is known color: Shalimar. HEX triplet: FD, F1 and A8. RGB value is (253,241,168). Sum of RGB (Red+Green+Blue) = 253+241+168=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 168 (66.02% from 255 or 25.38% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1A8 is #020E57. Grayscale: #ECECEC. Windows color (decimal): -134744 or 11071997. OLE color: 11071997.

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

Color convert

RGB 253 241 168 -
CMYK 0 0.05 0.34 0.01
HSL 51.53º 0.96% 0.83% -
HSV(B) 51.53º 0.34% 0.99% -
XYZ 79.03 86.62 49.6 -
YUV 236.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 253 241 168 0 0.05 0.34 0.01 51.53 0.96 0.83
Hex FD F1 A8 0 5 22 1 34 60 53
Octal 375 361 250 0 5 42 1 64 140 123
Binary 11111101 11110001 10101000 0 101 100010 1 110100 1100000 1010011

Color Harmonies of #FDF1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF1A8

Black with #FDF1A8

Text Example


Text Example

White with #FDF1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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