Html Css Color HEX #FBF6B4 Shalimar

📋 copy color: '#FBF6B4'

red 251 ◦ green 246 ◦ blue 180

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

Shades of Shalimar #FBF6B4

Tints of Shalimar #FBF6B4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.34%

 BLUE value IS 180 (70.7% from 255) = 26.59%

R = 37.08%
G = 36.34%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBF6B4 (or 0xFBF6B4) is known color: Shalimar. HEX triplet: FB, F6 and B4. RGB value is (251,246,180). Sum of RGB (Red+Green+Blue) = 251+246+180=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 246 (96.48% from 255 or 36.34% from 677); Blue value is 180 (70.70% from 255 or 26.59% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6B4 is #04094B. Grayscale: #F0F0F0. Windows color (decimal): -264524 or 11859707. OLE color: 11859707.

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

Color convert

RGB 251 246 180 -
CMYK 0 0.02 0.28 0.02
HSL 55.77º 0.9% 0.85% -
HSV(B) 55.77º 0.28% 0.98% -
XYZ 80.98 89.72 56.23 -
YUV 239.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 251 246 180 0 0.02 0.28 0.02 55.77 0.9 0.85
Hex FB F6 B4 0 2 1C 2 38 5A 55
Octal 373 366 264 0 2 34 2 70 132 125
Binary 11111011 11110110 10110100 0 10 11100 10 111000 1011010 1010101

Color Harmonies of #FBF6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF6B4

Black with #FBF6B4

Text Example


Text Example

White with #FBF6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF6B4; }

 p { color: rgb(251,246,180); }

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

background-color css

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

 a { background-color: rgb(251,246,180); }

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

border-color css

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

 span { border-color: rgb(251,246,180); }

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