#FDFCAF

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

Shades of Shalimar #FDFCAF

Tints of Shalimar #FDFCAF

Color information

#FDFCAF (or 0xFDFCAF) is unknown color: approx Shalimar. HEX triplet: FD, FC and AF. RGB value is (253,252,175). Sum of RGB (Red+Green+Blue) = 253+252+175=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 175 (68.75% from 255 or 25.74% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFCAF is #020350. Grayscale: #F3F3F3. Windows color (decimal): -131921 or 11533565. OLE color: 11533565.

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

Color convert

RGB253252175-
CMYK00.000.310.01
HSL59.23º95.12%83.92%-
HSV(B)59.23º30.83%99.22%-
XYZ83.0693.654.25-
YUV243.5289.33134.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 175 (68.75% from 255) = 25.74%
R=37.21%
G=37.06%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325217500.000.310.0159.2395.1283.92
HexFDFCAF001F13b5f54
Octal3753742570037173137124
Binary1111110111111100101011110011111111101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCAF; }

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

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

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

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

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

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

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

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