Html Css Color HEX #F7FDA1 Shalimar

📋 copy color: '#F7FDA1'

red 247 ◦ green 253 ◦ blue 161

#F7FDA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shalimar #F7FDA1

Tints of Shalimar #F7FDA1

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 value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#F7FDA1 (or 0xF7FDA1) is known color: 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

RGB 247 253 161 -
CMYK 0.02 0 0.36 0.01
HSL 63.91º 0.96% 0.81% -
HSV(B) 63.91º 0.36% 0.99% -
XYZ 79.92 92.6 47.38 -
YUV 240.72 83.01 132.48 -
System Red Green Blue C M Y K H S L
Decimal 247 253 161 0.02 0 0.36 0.01 63.91 0.96 0.81
Hex F7 FD A1 2 0 24 1 40 60 51
Octal 367 375 241 2 0 44 1 100 140 121
Binary 11110111 11111101 10100001 10 0 100100 1 1000000 1100000 1010001

Color Harmonies of #F7FDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FDA1

Black with #F7FDA1

Text Example


Text Example

White with #F7FDA1

Text Example


Text Example

HTML Codes & Css Web 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>