Html Css Color HEX #FFF7B0 Shalimar

📋 copy color: '#FFF7B0'

red 255 ◦ green 247 ◦ blue 176

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

Shades of Shalimar #FFF7B0

Tints of Shalimar #FFF7B0

RGB

 RED value IS 255 (100% from 255) = 37.61%

 GREEN value IS 247 (96.88% from 255) = 36.43%

 BLUE value IS 176 (69.14% from 255) = 25.96%

R = 37.61%
G = 36.43%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFF7B0 (or 0xFFF7B0) is known color: Shalimar. HEX triplet: FF, F7 and B0. RGB value is (255,247,176). Sum of RGB (Red+Green+Blue) = 255+247+176=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 176 (69.14% from 255 or 25.96% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7B0 is #00084F. Grayscale: #F1F1F1. Windows color (decimal): -2128 or 11597823. OLE color: 11597823.

HSL color Cylindrical-coordinate representation of color #FFF7B0: hue angle of 53.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFF7B0 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 247 176 -
CMYK 0 0.03 0.31 0
HSL 53.92º 1% 0.85% -
HSV(B) 53.92º 0.31% 1% -
XYZ 82.34 90.92 54.28 -
YUV 241.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 255 247 176 0 0.03 0.31 0 53.92 1 0.85
Hex FF F7 B0 0 3 1F 0 36 64 55
Octal 377 367 260 0 3 37 0 66 144 125
Binary 11111111 11110111 10110000 0 11 11111 0 110110 1100100 1010101

Color Harmonies of #FFF7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7B0

Black with #FFF7B0

Text Example


Text Example

White with #FFF7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7B0; }

 p { color: rgb(255,247,176); }

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

background-color css

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

 a { background-color: rgb(255,247,176); }

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

border-color css

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

 span { border-color: rgb(255,247,176); }

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