Html Css Color HEX #F7FCA5 Shalimar

📋 copy color: '#F7FCA5'

red 247 ◦ green 252 ◦ blue 165

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

Shades of Shalimar #F7FCA5

Tints of Shalimar #F7FCA5

RGB

 RED value IS 247 (96.88% from 255) = 37.2%

 GREEN value IS 252 (98.83% from 255) = 37.95%

 BLUE value IS 165 (64.84% from 255) = 24.85%

R = 37.2%
G = 37.95%
B = 24.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#F7FCA5 (or 0xF7FCA5) is known color: Shalimar. HEX triplet: F7, FC and A5. RGB value is (247,252,165). Sum of RGB (Red+Green+Blue) = 247+252+165=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 165 (64.84% from 255 or 24.85% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FCA5 is #08035A. Grayscale: #F0F0F0. Windows color (decimal): -525147 or 10878199. OLE color: 10878199.

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

Color convert

RGB 247 252 165 -
CMYK 0.02 0 0.35 0.01
HSL 63.45º 0.94% 0.82% -
HSV(B) 63.45º 0.35% 0.99% -
XYZ 79.96 92.11 49.16 -
YUV 240.59 85.34 132.57 -
System Red Green Blue C M Y K H S L
Decimal 247 252 165 0.02 0 0.35 0.01 63.45 0.94 0.82
Hex F7 FC A5 2 0 23 1 3F 5E 52
Octal 367 374 245 2 0 43 1 77 136 122
Binary 11110111 11111100 10100101 10 0 100011 1 111111 1011110 1010010

Color Harmonies of #F7FCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FCA5

Black with #F7FCA5

Text Example


Text Example

White with #F7FCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FCA5; }

 p { color: rgb(247,252,165); }

 H1.HeaderClassName
 {
   color: #F7FCA5;
 }
 .AnyTagClassName
 {
   color: #F7FCA5;
 }
</style>

background-color css

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

 a { background-color: rgb(247,252,165); }

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

border-color css

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

 span { border-color: rgb(247,252,165); }

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