Html Css Color HEX #FDFFAD Shalimar

📋 copy color: '#FDFFAD'

red 253 ◦ green 255 ◦ blue 173

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

Shades of Shalimar #FDFFAD

Tints of Shalimar #FDFFAD

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 253 255 173 -
CMYK 0.01 0 0.32 0
HSL 61.46º 1% 0.84% -
HSV(B) 61.46º 0.32% 1% -
XYZ 83.81 95.42 53.54 -
YUV 245.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 253 255 173 0.01 0 0.32 0 61.46 1 0.84
Hex FD FF AD 1 0 20 0 3D 64 54
Octal 375 377 255 1 0 40 0 75 144 124
Binary 11111101 11111111 10101101 1 0 100000 0 111101 1100100 1010100

Color Harmonies of #FDFFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFFAD

Black with #FDFFAD

Text Example


Text Example

White with #FDFFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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