Html Css Color HEX #FDFBA9 Shalimar

📋 copy color: '#FDFBA9'

red 253 ◦ green 251 ◦ blue 169

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

Shades of Shalimar #FDFBA9

Tints of Shalimar #FDFBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 25.11%

R = 37.59%
G = 37.3%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDFBA9 (or 0xFDFBA9) is known color: Shalimar. HEX triplet: FD, FB and A9. RGB value is (253,251,169). Sum of RGB (Red+Green+Blue) = 253+251+169=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 169 (66.41% from 255 or 25.11% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBA9 is #020456. Grayscale: #F2F2F2. Windows color (decimal): -132183 or 11140093. OLE color: 11140093.

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

Color convert

RGB 253 251 169 -
CMYK 0 0.01 0.33 0.01
HSL 58.57º 0.95% 0.83% -
HSV(B) 58.57º 0.33% 0.99% -
XYZ 82.17 92.74 51.11 -
YUV 242.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 253 251 169 0 0.01 0.33 0.01 58.57 0.95 0.83
Hex FD FB A9 0 1 21 1 3B 5F 53
Octal 375 373 251 0 1 41 1 73 137 123
Binary 11111101 11111011 10101001 0 1 100001 1 111011 1011111 1010011

Color Harmonies of #FDFBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFBA9

Black with #FDFBA9

Text Example


Text Example

White with #FDFBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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