Html Css Color HEX #FDF9B5 Shalimar

📋 copy color: '#FDF9B5'

red 253 ◦ green 249 ◦ blue 181

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

Shades of Shalimar #FDF9B5

Tints of Shalimar #FDF9B5

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.46%

 BLUE value IS 181 (71.09% from 255) = 26.5%

R = 37.04%
G = 36.46%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDF9B5 (or 0xFDF9B5) is known color: Shalimar. HEX triplet: FD, F9 and B5. RGB value is (253,249,181). Sum of RGB (Red+Green+Blue) = 253+249+181=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 181 (71.09% from 255 or 26.50% from 683); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9B5 is #02064A. Grayscale: #F2F2F2. Windows color (decimal): -132683 or 11926013. OLE color: 11926013.

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

Color convert

RGB 253 249 181 -
CMYK 0 0.02 0.28 0.01
HSL 56.67º 0.95% 0.85% -
HSV(B) 56.67º 0.28% 0.99% -
XYZ 82.72 91.97 57.11 -
YUV 242.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 253 249 181 0 0.02 0.28 0.01 56.67 0.95 0.85
Hex FD F9 B5 0 2 1C 1 39 5F 55
Octal 375 371 265 0 2 34 1 71 137 125
Binary 11111101 11111001 10110101 0 10 11100 1 111001 1011111 1010101

Color Harmonies of #FDF9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9B5

Black with #FDF9B5

Text Example


Text Example

White with #FDF9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9B5; }

 p { color: rgb(253,249,181); }

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

background-color css

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

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

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

border-color css

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

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

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