Html Css Color HEX #F7FBAD Shalimar

📋 copy color: '#F7FBAD'

red 247 ◦ green 251 ◦ blue 173

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

Shades of Shalimar #F7FBAD

Tints of Shalimar #F7FBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.78%

R = 36.81%
G = 37.41%
B = 25.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F7FBAD (or 0xF7FBAD) is known color: Shalimar. HEX triplet: F7, FB and AD. RGB value is (247,251,173). Sum of RGB (Red+Green+Blue) = 247+251+173=671 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.81% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 173 (67.97% from 255 or 25.78% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FBAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FBAD is #080452. Grayscale: #F1F1F1. Windows color (decimal): -525395 or 11402231. OLE color: 11402231.

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

Color convert

RGB 247 251 173 -
CMYK 0.02 0 0.31 0.02
HSL 63.08º 0.91% 0.83% -
HSV(B) 63.08º 0.31% 0.98% -
XYZ 80.4 91.79 53.01 -
YUV 240.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 247 251 173 0.02 0 0.31 0.02 63.08 0.91 0.83
Hex F7 FB AD 2 0 1F 2 3F 5B 53
Octal 367 373 255 2 0 37 2 77 133 123
Binary 11110111 11111011 10101101 10 0 11111 10 111111 1011011 1010011

Color Harmonies of #F7FBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FBAD

Black with #F7FBAD

Text Example


Text Example

White with #F7FBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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