#FFF3AF

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

Shades of Shalimar #FFF3AF

Tints of Shalimar #FFF3AF

Color information

#FFF3AF (or 0xFFF3AF) is unknown color: approx Shalimar. HEX triplet: FF, F3 and AF. RGB value is (255,243,175). Sum of RGB (Red+Green+Blue) = 255+243+175=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 175 (68.75% from 255 or 26.00% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3AF is #000C50. Grayscale: #EFEFEF. Windows color (decimal): -3153 or 11531263. OLE color: 11531263.

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

Color convert

RGB255243175-
CMYK00.050.310
HSL51º100%84.31%-
HSV(B)51º31.37%100%-
XYZ81.0388.4653.36-
YUV238.8491.98139.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 243 (95.31% from 255) = 36.11%
BLUE value IS 175 (68.75% from 255) = 26.00%
R=37.89%
G=36.11%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524317500.050.3105110084.31
HexFFF3AF051F0336454
Octal3773632570537063144124
Binary111111111111001110101111010111111011001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF3AF; }

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

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

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

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

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

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

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

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