Html Css Color HEX #FDFDA4 Shalimar

📋 copy color: '#FDFDA4'

red 253 ◦ green 253 ◦ blue 164

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

Shades of Shalimar #FDFDA4

Tints of Shalimar #FDFDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 24.48%

R = 37.76%
G = 37.76%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FDFDA4 (or 0xFDFDA4) is known color: Shalimar. HEX triplet: FD, FD and A4. RGB value is (253,253,164). Sum of RGB (Red+Green+Blue) = 253+253+164=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 164 (64.45% from 255 or 24.48% from 670); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA4 is #02025B. Grayscale: #F3F3F3. Windows color (decimal): -131676 or 10812925. OLE color: 10812925.

HSL color Cylindrical-coordinate representation of color #FDFDA4: 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.35%. Process color model (Four color, CMYK) of #FDFDA4 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 164 -
CMYK 0 0 0.35 0.01
HSL 60º 0.96% 0.82% -
HSV(B) 60º 0.35% 0.99% -
XYZ 82.33 93.81 48.89 -
YUV 242.85 83.5 135.24 -
System Red Green Blue C M Y K H S L
Decimal 253 253 164 0 0 0.35 0.01 60 0.96 0.82
Hex FD FD A4 0 0 23 1 3C 60 52
Octal 375 375 244 0 0 43 1 74 140 122
Binary 11111101 11111101 10100100 0 0 100011 1 111100 1100000 1010010

Color Harmonies of #FDFDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDA4

Black with #FDFDA4

Text Example


Text Example

White with #FDFDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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