#F7FDA1

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

Shades of Shalimar #F7FDA1

Tints of Shalimar #F7FDA1

Color information

#F7FDA1 (or 0xF7FDA1) is unknown color: approx Shalimar. HEX triplet: F7, FD and A1. RGB value is (247,253,161). Sum of RGB (Red+Green+Blue) = 247+253+161=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 161 (63.28% from 255 or 24.36% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FDA1 is #08025E. Grayscale: #F1F1F1. Windows color (decimal): -524895 or 10616311. OLE color: 10616311.

HSL color Cylindrical-coordinate representation of color #F7FDA1: hue angle of 63.91º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7FDA1 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB247253161-
CMYK0.0200.360.01
HSL63.91º95.83%81.18%-
HSV(B)63.91º36.36%99.22%-
XYZ79.9292.647.38-
YUV240.7283.01132.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.37%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 161 (63.28% from 255) = 24.36%
R=37.37%
G=38.28%
B=24.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472531610.0200.360.0163.9195.8381.18
HexF7FDA120241406051
Octal36737524120441100140121
Binary1111011111111101101000011001001001100000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FDA1; }

 p { color: rgb(247,253,161); }

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

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

 a { background-color: rgb(247,253,161); }

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

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

 span { border-color: rgb(247,253,161); }

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