Html Css Color HEX #FDF9B1 Shalimar

📋 copy color: '#FDF9B1'

red 253 ◦ green 249 ◦ blue 177

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

Shades of Shalimar #FDF9B1

Tints of Shalimar #FDF9B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 26.07%

R = 37.26%
G = 36.67%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDF9B1 (or 0xFDF9B1) is known color: Shalimar. HEX triplet: FD, F9 and B1. RGB value is (253,249,177). Sum of RGB (Red+Green+Blue) = 253+249+177=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 249 (97.66% from 255 or 36.67% from 679); Blue value is 177 (69.53% from 255 or 26.07% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF9B1 is #02064E. Grayscale: #F2F2F2. Windows color (decimal): -132687 or 11663869. OLE color: 11663869.

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

Color convert

RGB 253 249 177 -
CMYK 0 0.02 0.30 0.01
HSL 56.84º 0.95% 0.84% -
HSV(B) 56.84º 0.3% 0.99% -
XYZ 82.32 91.81 54.98 -
YUV 241.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 253 249 177 0 0.02 0.30 0.01 56.84 0.95 0.84
Hex FD F9 B1 0 2 1E 1 39 5F 54
Octal 375 371 261 0 2 36 1 71 137 124
Binary 11111101 11111001 10110001 0 10 11110 1 111001 1011111 1010100

Color Harmonies of #FDF9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF9B1

Black with #FDF9B1

Text Example


Text Example

White with #FDF9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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