Html Css Color HEX #F7FBA7 Shalimar

📋 copy color: '#F7FBA7'

red 247 ◦ green 251 ◦ blue 167

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

Shades of Shalimar #F7FBA7

Tints of Shalimar #F7FBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 25.11%

R = 37.14%
G = 37.74%
B = 25.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F7FBA7 (or 0xF7FBA7) is known color: Shalimar. HEX triplet: F7, FB and A7. RGB value is (247,251,167). Sum of RGB (Red+Green+Blue) = 247+251+167=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 167 (65.62% from 255 or 25.11% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FBA7 is #080458. Grayscale: #F0F0F0. Windows color (decimal): -525401 or 11009015. OLE color: 11009015.

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

Color convert

RGB 247 251 167 -
CMYK 0.02 0 0.33 0.02
HSL 62.86º 0.91% 0.82% -
HSV(B) 62.86º 0.33% 0.98% -
XYZ 79.83 91.56 50.02 -
YUV 240.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 247 251 167 0.02 0 0.33 0.02 62.86 0.91 0.82
Hex F7 FB A7 2 0 21 2 3F 5B 52
Octal 367 373 247 2 0 41 2 77 133 122
Binary 11110111 11111011 10100111 10 0 100001 10 111111 1011011 1010010

Color Harmonies of #F7FBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FBA7

Black with #F7FBA7

Text Example


Text Example

White with #F7FBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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