Html Css Color HEX #F7FBA8 Shalimar

📋 copy color: '#F7FBA8'

red 247 ◦ green 251 ◦ blue 168

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

Shades of Shalimar #F7FBA8

Tints of Shalimar #F7FBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.23%

R = 37.09%
G = 37.69%
B = 25.23%

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

#F7FBA8 (or 0xF7FBA8) is known color: Shalimar. HEX triplet: F7, FB and A8. RGB value is (247,251,168). Sum of RGB (Red+Green+Blue) = 247+251+168=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 168 (66.02% from 255 or 25.23% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FBA8 is #080457. Grayscale: #F0F0F0. Windows color (decimal): -525400 or 11074551. OLE color: 11074551.

HSL color Cylindrical-coordinate representation of color #F7FBA8: hue angle of 62.89º 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 #F7FBA8 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 251 168 -
CMYK 0.02 0 0.33 0.02
HSL 62.89º 0.91% 0.82% -
HSV(B) 62.89º 0.33% 0.98% -
XYZ 79.92 91.6 50.51 -
YUV 240.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 247 251 168 0.02 0 0.33 0.02 62.89 0.91 0.82
Hex F7 FB A8 2 0 21 2 3F 5B 52
Octal 367 373 250 2 0 41 2 77 133 122
Binary 11110111 11111011 10101000 10 0 100001 10 111111 1011011 1010010

Color Harmonies of #F7FBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FBA8

Black with #F7FBA8

Text Example


Text Example

White with #F7FBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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