#FDF6AF

Color #FDF6AF Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #FDF6AF

Tints of Shalimar #FDF6AF

Color information

#FDF6AF (or 0xFDF6AF) is unknown color: approx Shalimar. HEX triplet: FD, F6 and AF. RGB value is (253,246,175). Sum of RGB (Red+Green+Blue) = 253+246+175=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 175 (68.75% from 255 or 25.96% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6AF is #020950. Grayscale: #F0F0F0. Windows color (decimal): -133457 or 11532029. OLE color: 11532029.

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

Color convert

RGB253246175-
CMYK00.030.310.01
HSL54.62º95.12%83.92%-
HSV(B)54.62º30.83%99.22%-
XYZ81.289.8953.63-
YUV24091.32137.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 246 (96.48% from 255) = 36.50%
BLUE value IS 175 (68.75% from 255) = 25.96%
R=37.54%
G=36.50%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324617500.030.310.0154.6295.1283.92
HexFDF6AF031F1375f54
Octal3753662570337167137124
Binary11111101111101101010111101111111111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6AF; }

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

 H1.HeaderClassName
 {
   color: #FDF6AF;
 }
 .AnyTagClassName
 {
   color: #FDF6AF;
 }
</style>
background-color css

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

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

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

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

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

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