Html Css Color HEX #F7FBA2 Shalimar

📋 copy color: '#F7FBA2'

red 247 ◦ green 251 ◦ blue 162

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

Shades of Shalimar #F7FBA2

Tints of Shalimar #F7FBA2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.03%

 BLUE value IS 162 (63.67% from 255) = 24.55%

R = 37.42%
G = 38.03%
B = 24.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F7FBA2 (or 0xF7FBA2) is known color: Shalimar. HEX triplet: F7, FB and A2. RGB value is (247,251,162). Sum of RGB (Red+Green+Blue) = 247+251+162=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 162 (63.67% from 255 or 24.55% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FBA2 is #08045D. Grayscale: #F0F0F0. Windows color (decimal): -525406 or 10681335. OLE color: 10681335.

HSL color Cylindrical-coordinate representation of color #F7FBA2: hue angle of 62.7º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7FBA2 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 251 162 -
CMYK 0.02 0 0.35 0.02
HSL 62.7º 0.92% 0.81% -
HSV(B) 62.7º 0.35% 0.98% -
XYZ 79.38 91.38 47.64 -
YUV 239.66 84.17 133.24 -
System Red Green Blue C M Y K H S L
Decimal 247 251 162 0.02 0 0.35 0.02 62.7 0.92 0.81
Hex F7 FB A2 2 0 23 2 3F 5C 51
Octal 367 373 242 2 0 43 2 77 134 121
Binary 11110111 11111011 10100010 10 0 100011 10 111111 1011100 1010001

Color Harmonies of #F7FBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FBA2

Black with #F7FBA2

Text Example


Text Example

White with #F7FBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FBA2; }

 p { color: rgb(247,251,162); }

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

background-color css

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

 a { background-color: rgb(247,251,162); }

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

border-color css

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

 span { border-color: rgb(247,251,162); }

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