#FDFFAF

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

Shades of Shalimar #FDFFAF

Tints of Shalimar #FDFFAF

Color information

#FDFFAF (or 0xFDFFAF) is unknown color: approx Shalimar. HEX triplet: FD, FF and AF. RGB value is (253,255,175). Sum of RGB (Red+Green+Blue) = 253+255+175=683 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.04% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 175 (68.75% from 255 or 25.62% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFAF is #020050. Grayscale: #F5F5F5. Windows color (decimal): -131153 or 11534333. OLE color: 11534333.

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

Color convert

RGB253255175-
CMYK0.0100.310
HSL61.5º100%84.31%-
HSV(B)61.5º31.37%100%-
XYZ84.0195.554.56-
YUV245.2888.34133.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.04%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 175 (68.75% from 255) = 25.62%
R=37.04%
G=37.34%
B=25.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2532551750.0100.31061.510084.31
HexFDFFAF101F03e6454
Octal3753772571037076144124
Binary1111110111111111101011111011111011111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFFAF; }

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

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

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

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

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

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

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

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