Html Css Color HEX #FDFDA7 Shalimar

📋 copy color: '#FDFDA7'

red 253 ◦ green 253 ◦ blue 167

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

Shades of Shalimar #FDFDA7

Tints of Shalimar #FDFDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 24.81%

R = 37.59%
G = 37.59%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDFDA7 (or 0xFDFDA7) is known color: Shalimar. HEX triplet: FD, FD and A7. RGB value is (253,253,167). Sum of RGB (Red+Green+Blue) = 253+253+167=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 167 (65.62% from 255 or 24.81% from 673); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA7 is #020258. Grayscale: #F3F3F3. Windows color (decimal): -131673 or 11009533. OLE color: 11009533.

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

Color convert

RGB 253 253 167 -
CMYK 0 0 0.34 0.01
HSL 60º 0.96% 0.82% -
HSV(B) 60º 0.34% 0.99% -
XYZ 82.61 93.92 50.33 -
YUV 243.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 253 253 167 0 0 0.34 0.01 60 0.96 0.82
Hex FD FD A7 0 0 22 1 3C 60 52
Octal 375 375 247 0 0 42 1 74 140 122
Binary 11111101 11111101 10100111 0 0 100010 1 111100 1100000 1010010

Color Harmonies of #FDFDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDA7

Black with #FDFDA7

Text Example


Text Example

White with #FDFDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDA7; }

 p { color: rgb(253,253,167); }

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

background-color css

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

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

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

border-color css

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

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

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