Html Css Color HEX #FDF6B0 Shalimar

📋 copy color: '#FDF6B0'

red 253 ◦ green 246 ◦ blue 176

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

Shades of Shalimar #FDF6B0

Tints of Shalimar #FDF6B0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.44%

 BLUE value IS 176 (69.14% from 255) = 26.07%

R = 37.48%
G = 36.44%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDF6B0 (or 0xFDF6B0) is known color: Shalimar. HEX triplet: FD, F6 and B0. RGB value is (253,246,176). Sum of RGB (Red+Green+Blue) = 253+246+176=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 176 (69.14% from 255 or 26.07% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6B0 is #02094F. Grayscale: #F0F0F0. Windows color (decimal): -133456 or 11597565. OLE color: 11597565.

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

Color convert

RGB 253 246 176 -
CMYK 0 0.03 0.30 0.01
HSL 54.55º 0.95% 0.84% -
HSV(B) 54.55º 0.3% 0.99% -
XYZ 81.3 89.93 54.15 -
YUV 240.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 253 246 176 0 0.03 0.30 0.01 54.55 0.95 0.84
Hex FD F6 B0 0 3 1E 1 37 5F 54
Octal 375 366 260 0 3 36 1 67 137 124
Binary 11111101 11110110 10110000 0 11 11110 1 110111 1011111 1010100

Color Harmonies of #FDF6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6B0

Black with #FDF6B0

Text Example


Text Example

White with #FDF6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6B0; }

 p { color: rgb(253,246,176); }

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

background-color css

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

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

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

border-color css

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

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

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