#FDFBAF

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

Shades of Shalimar #FDFBAF

Tints of Shalimar #FDFBAF

Color information

#FDFBAF (or 0xFDFBAF) is unknown color: approx Shalimar. HEX triplet: FD, FB and AF. RGB value is (253,251,175). Sum of RGB (Red+Green+Blue) = 253+251+175=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 175 (68.75% from 255 or 25.77% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFBAF is #020450. Grayscale: #F3F3F3. Windows color (decimal): -132177 or 11533309. OLE color: 11533309.

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

Color convert

RGB253251175-
CMYK00.010.310.01
HSL58.46º95.12%83.92%-
HSV(B)58.46º30.83%99.22%-
XYZ82.7492.9754.14-
YUV242.9389.66135.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 251 (98.44% from 255) = 36.97%
BLUE value IS 175 (68.75% from 255) = 25.77%
R=37.26%
G=36.97%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325117500.010.310.0158.4695.1283.92
HexFDFBAF011F13a5f54
Octal3753732570137172137124
Binary1111110111111011101011110111111111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBAF; }

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

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

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

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

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

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

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

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