Html Css Color HEX #FDFDA3 Shalimar

📋 copy color: '#FDFDA3'

red 253 ◦ green 253 ◦ blue 163

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

Shades of Shalimar #FDFDA3

Tints of Shalimar #FDFDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 24.36%

R = 37.82%
G = 37.82%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDFDA3 (or 0xFDFDA3) is known color: Shalimar. HEX triplet: FD, FD and A3. RGB value is (253,253,163). Sum of RGB (Red+Green+Blue) = 253+253+163=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 163 (64.06% from 255 or 24.36% from 669); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA3 is #02025C. Grayscale: #F3F3F3. Windows color (decimal): -131677 or 10747389. OLE color: 10747389.

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

Color convert

RGB 253 253 163 -
CMYK 0 0 0.36 0.01
HSL 60º 0.96% 0.82% -
HSV(B) 60º 0.36% 0.99% -
XYZ 82.24 93.78 48.42 -
YUV 242.74 83 135.32 -
System Red Green Blue C M Y K H S L
Decimal 253 253 163 0 0 0.36 0.01 60 0.96 0.82
Hex FD FD A3 0 0 24 1 3C 60 52
Octal 375 375 243 0 0 44 1 74 140 122
Binary 11111101 11111101 10100011 0 0 100100 1 111100 1100000 1010010

Color Harmonies of #FDFDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDA3

Black with #FDFDA3

Text Example


Text Example

White with #FDFDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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