#FFF2A7

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

Shades of Shalimar #FFF2A7

Tints of Shalimar #FFF2A7

Color information

#FFF2A7 (or 0xFFF2A7) is unknown color: approx Shalimar. HEX triplet: FF, F2 and A7. RGB value is (255,242,167). Sum of RGB (Red+Green+Blue) = 255+242+167=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 167 (65.62% from 255 or 25.15% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF2A7 is #000D58. Grayscale: #EDEDED. Windows color (decimal): -3417 or 11006719. OLE color: 11006719.

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

Color convert

RGB255242167-
CMYK00.050.350
HSL51.14º100%82.75%-
HSV(B)51.14º34.51%100%-
XYZ79.9787.5549.24-
YUV237.3488.31140.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 167 (65.62% from 255) = 25.15%
R=38.40%
G=36.45%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524216700.050.35051.1410082.75
HexFFF2A705230336453
Octal3773622470543063144123
Binary1111111111110010101001110101100011011001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2A7; }

 p { color: rgb(255,242,167); }

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

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

 a { background-color: rgb(255,242,167); }

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

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

 span { border-color: rgb(255,242,167); }

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