Html Css Color HEX #FDF7A8 Shalimar

📋 copy color: '#FDF7A8'

red 253 ◦ green 247 ◦ blue 168

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

Shades of Shalimar #FDF7A8

Tints of Shalimar #FDF7A8

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.98%

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

R = 37.87%
G = 36.98%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDF7A8 (or 0xFDF7A8) is known color: Shalimar. HEX triplet: FD, F7 and A8. RGB value is (253,247,168). Sum of RGB (Red+Green+Blue) = 253+247+168=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 168 (66.02% from 255 or 25.15% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF7A8 is #020857. Grayscale: #F0F0F0. Windows color (decimal): -133208 or 11073533. OLE color: 11073533.

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

Color convert

RGB 253 247 168 -
CMYK 0 0.02 0.34 0.01
HSL 55.76º 0.96% 0.83% -
HSV(B) 55.76º 0.34% 0.99% -
XYZ 80.84 90.23 50.2 -
YUV 239.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 253 247 168 0 0.02 0.34 0.01 55.76 0.96 0.83
Hex FD F7 A8 0 2 22 1 38 60 53
Octal 375 367 250 0 2 42 1 70 140 123
Binary 11111101 11110111 10101000 0 10 100010 1 111000 1100000 1010011

Color Harmonies of #FDF7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF7A8

Black with #FDF7A8

Text Example


Text Example

White with #FDF7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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