Html Css Color HEX #FFFDAD Shalimar

📋 copy color: '#FFFDAD'

red 255 ◦ green 253 ◦ blue 173

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

Shades of Shalimar #FFFDAD

Tints of Shalimar #FFFDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.4%

R = 37.44%
G = 37.15%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFFDAD (or 0xFFFDAD) is known color: Shalimar. HEX triplet: FF, FD and AD. RGB value is (255,253,173). Sum of RGB (Red+Green+Blue) = 255+253+173=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 173 (67.97% from 255 or 25.40% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDAD is #000252. Grayscale: #F4F4F4. Windows color (decimal): -595 or 11402751. OLE color: 11402751.

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

Color convert

RGB 255 253 173 -
CMYK 0 0.01 0.32 0
HSL 58.54º 1% 0.84% -
HSV(B) 58.54º 0.32% 1% -
XYZ 83.91 94.53 53.36 -
YUV 244.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 255 253 173 0 0.01 0.32 0 58.54 1 0.84
Hex FF FD AD 0 1 20 0 3B 64 54
Octal 377 375 255 0 1 40 0 73 144 124
Binary 11111111 11111101 10101101 0 1 100000 0 111011 1100100 1010100

Color Harmonies of #FFFDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDAD

Black with #FFFDAD

Text Example


Text Example

White with #FFFDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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