Html Css Color HEX #FBF7B0 Shalimar

📋 copy color: '#FBF7B0'

red 251 ◦ green 247 ◦ blue 176

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

Shades of Shalimar #FBF7B0

Tints of Shalimar #FBF7B0

RGB

 RED value IS 251 (98.44% from 255) = 37.24%

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

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

R = 37.24%
G = 36.65%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBF7B0 (or 0xFBF7B0) is known color: Shalimar. HEX triplet: FB, F7 and B0. RGB value is (251,247,176). Sum of RGB (Red+Green+Blue) = 251+247+176=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 176 (69.14% from 255 or 26.11% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7B0 is #04084F. Grayscale: #F0F0F0. Windows color (decimal): -264272 or 11597819. OLE color: 11597819.

HSL color Cylindrical-coordinate representation of color #FBF7B0: hue angle of 56.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBF7B0 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 247 176 -
CMYK 0 0.02 0.30 0.02
HSL 56.8º 0.9% 0.84% -
HSV(B) 56.8º 0.3% 0.98% -
XYZ 80.88 90.17 54.22 -
YUV 240.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 251 247 176 0 0.02 0.30 0.02 56.8 0.9 0.84
Hex FB F7 B0 0 2 1E 2 39 5A 54
Octal 373 367 260 0 2 36 2 71 132 124
Binary 11111011 11110111 10110000 0 10 11110 10 111001 1011010 1010100

Color Harmonies of #FBF7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF7B0

Black with #FBF7B0

Text Example


Text Example

White with #FBF7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF7B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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