Html Css Color HEX #FDFBA5 Shalimar

📋 copy color: '#FDFBA5'

red 253 ◦ green 251 ◦ blue 165

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

Shades of Shalimar #FDFBA5

Tints of Shalimar #FDFBA5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.52%

 BLUE value IS 165 (64.84% from 255) = 24.66%

R = 37.82%
G = 37.52%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FDFBA5 (or 0xFDFBA5) is known color: Shalimar. HEX triplet: FD, FB and A5. RGB value is (253,251,165). Sum of RGB (Red+Green+Blue) = 253+251+165=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 165 (64.84% from 255 or 24.66% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA5 is #02045A. Grayscale: #F2F2F2. Windows color (decimal): -132187 or 10877949. OLE color: 10877949.

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

Color convert

RGB 253 251 165 -
CMYK 0 0.01 0.35 0.01
HSL 58.64º 0.96% 0.82% -
HSV(B) 58.64º 0.35% 0.99% -
XYZ 81.8 92.59 49.16 -
YUV 241.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 253 251 165 0 0.01 0.35 0.01 58.64 0.96 0.82
Hex FD FB A5 0 1 23 1 3B 60 52
Octal 375 373 245 0 1 43 1 73 140 122
Binary 11111101 11111011 10100101 0 1 100011 1 111011 1100000 1010010

Color Harmonies of #FDFBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBA5

Black with #FDFBA5

Text Example


Text Example

White with #FDFBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBA5; }

 p { color: rgb(253,251,165); }

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

background-color css

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

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

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

border-color css

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

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

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