#FDFDAC

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

Shades of Shalimar #FDFDAC

Tints of Shalimar #FDFDAC

Color information

#FDFDAC (or 0xFDFDAC) is unknown color: approx Shalimar. HEX triplet: FD, FD and AC. RGB value is (253,253,172). Sum of RGB (Red+Green+Blue) = 253+253+172=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 172 (67.58% from 255 or 25.37% from 678); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDAC is #020253. Grayscale: #F4F4F4. Windows color (decimal): -131668 or 11337213. OLE color: 11337213.

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

Color convert

RGB253253172-
CMYK000.320.01
HSL60º95.29%83.33%-
HSV(B)60º32.02%99.22%-
XYZ83.0894.1152.82-
YUV243.7787.5134.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.32%
GREEN value IS 253 (99.22% from 255) = 37.32%
BLUE value IS 172 (67.58% from 255) = 25.37%
R=37.32%
G=37.32%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253172000.320.016095.2983.33
HexFDFDAC002013c5f53
Octal3753752540040174137123
Binary11111101111111011010110000100000111110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDAC; }

 p { color: rgb(253,253,172); }

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

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

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

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

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

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

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