Html Css Color HEX #FFFDA8 Shalimar

📋 copy color: '#FFFDA8'

red 255 ◦ green 253 ◦ blue 168

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

Shades of Shalimar #FFFDA8

Tints of Shalimar #FFFDA8

RGB

 RED value IS 255 (100% from 255) = 37.72%

 GREEN value IS 253 (99.22% from 255) = 37.43%

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

R = 37.72%
G = 37.43%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FFFDA8 (or 0xFFFDA8) is known color: Shalimar. HEX triplet: FF, FD and A8. RGB value is (255,253,168). Sum of RGB (Red+Green+Blue) = 255+253+168=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 168 (66.02% from 255 or 24.85% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDA8 is #000257. Grayscale: #F4F4F4. Windows color (decimal): -600 or 11075071. OLE color: 11075071.

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

Color convert

RGB 255 253 168 -
CMYK 0 0.01 0.34 0
HSL 58.62º 1% 0.83% -
HSV(B) 58.62º 0.34% 1% -
XYZ 83.43 94.34 50.86 -
YUV 243.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 255 253 168 0 0.01 0.34 0 58.62 1 0.83
Hex FF FD A8 0 1 22 0 3B 64 53
Octal 377 375 250 0 1 42 0 73 144 123
Binary 11111111 11111101 10101000 0 1 100010 0 111011 1100100 1010011

Color Harmonies of #FFFDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDA8

Black with #FFFDA8

Text Example


Text Example

White with #FFFDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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