Html Css Color HEX #FDFCAD Shalimar

📋 copy color: '#FDFCAD'

red 253 ◦ green 252 ◦ blue 173

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

Shades of Shalimar #FDFCAD

Tints of Shalimar #FDFCAD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.17%

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

R = 37.32%
G = 37.17%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDFCAD (or 0xFDFCAD) is known color: Shalimar. HEX triplet: FD, FC and AD. RGB value is (253,252,173). Sum of RGB (Red+Green+Blue) = 253+252+173=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 173 (67.97% from 255 or 25.52% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCAD is #020352. Grayscale: #F3F3F3. Windows color (decimal): -131923 or 11402493. OLE color: 11402493.

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

Color convert

RGB 253 252 173 -
CMYK 0 0.00 0.32 0.01
HSL 59.25º 0.95% 0.84% -
HSV(B) 59.25º 0.32% 0.99% -
XYZ 82.86 93.52 53.22 -
YUV 243.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 253 252 173 0 0.00 0.32 0.01 59.25 0.95 0.84
Hex FD FC AD 0 0 20 1 3B 5F 54
Octal 375 374 255 0 0 40 1 73 137 124
Binary 11111101 11111100 10101101 0 0 100000 1 111011 1011111 1010100

Color Harmonies of #FDFCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCAD

Black with #FDFCAD

Text Example


Text Example

White with #FDFCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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