#FDF3AB

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

Shades of Shalimar #FDF3AB

Tints of Shalimar #FDF3AB

Color information

#FDF3AB (or 0xFDF3AB) is unknown color: approx Shalimar. HEX triplet: FD, F3 and AB. RGB value is (253,243,171). Sum of RGB (Red+Green+Blue) = 253+243+171=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF3AB is #020C54. Grayscale: #EEEEEE. Windows color (decimal): -134229 or 11269117. OLE color: 11269117.

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

Color convert

RGB253243171-
CMYK00.040.320.01
HSL52.68º95.35%83.14%-
HSV(B)52.68º32.41%99.22%-
XYZ79.9187.9251.29-
YUV237.7890.31138.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 171 (67.19% from 255) = 25.64%
R=37.93%
G=36.43%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324317100.040.320.0152.6895.3583.14
HexFDF3AB04201355f53
Octal3753632530440165137123
Binary1111110111110011101010110100100000111010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3AB; }

 p { color: rgb(253,243,171); }

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

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

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

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

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

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

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