Html Css Color HEX #FFFDA9 Shalimar

📋 copy color: '#FFFDA9'

red 255 ◦ green 253 ◦ blue 169

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

Shades of Shalimar #FFFDA9

Tints of Shalimar #FFFDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 24.96%

R = 37.67%
G = 37.37%
B = 24.96%

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

#FFFDA9 (or 0xFFFDA9) is known color: Shalimar. HEX triplet: FF, FD and A9. RGB value is (255,253,169). Sum of RGB (Red+Green+Blue) = 255+253+169=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 169 (66.41% from 255 or 24.96% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDA9 is #000256. Grayscale: #F4F4F4. Windows color (decimal): -599 or 11140607. OLE color: 11140607.

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

Color convert

RGB 255 253 169 -
CMYK 0 0.01 0.34 0
HSL 58.6º 1% 0.83% -
HSV(B) 58.6º 0.34% 1% -
XYZ 83.53 94.38 51.35 -
YUV 244.02 85.66 135.83 -
System Red Green Blue C M Y K H S L
Decimal 255 253 169 0 0.01 0.34 0 58.6 1 0.83
Hex FF FD A9 0 1 22 0 3B 64 53
Octal 377 375 251 0 1 42 0 73 144 123
Binary 11111111 11111101 10101001 0 1 100010 0 111011 1100100 1010011

Color Harmonies of #FFFDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDA9

Black with #FFFDA9

Text Example


Text Example

White with #FFFDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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