Html Css Color HEX #FBF6B2 Shalimar

📋 copy color: '#FBF6B2'

red 251 ◦ green 246 ◦ blue 178

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

Shades of Shalimar #FBF6B2

Tints of Shalimar #FBF6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.37%

R = 37.19%
G = 36.44%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBF6B2 (or 0xFBF6B2) is known color: Shalimar. HEX triplet: FB, F6 and B2. RGB value is (251,246,178). Sum of RGB (Red+Green+Blue) = 251+246+178=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 178 (69.92% from 255 or 26.37% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF6B2 is #04094D. Grayscale: #F0F0F0. Windows color (decimal): -264526 or 11728635. OLE color: 11728635.

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

Color convert

RGB 251 246 178 -
CMYK 0 0.02 0.29 0.02
HSL 55.89º 0.9% 0.84% -
HSV(B) 55.89º 0.29% 0.98% -
XYZ 80.78 89.64 55.16 -
YUV 239.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 251 246 178 0 0.02 0.29 0.02 55.89 0.9 0.84
Hex FB F6 B2 0 2 1D 2 38 5A 54
Octal 373 366 262 0 2 35 2 70 132 124
Binary 11111011 11110110 10110010 0 10 11101 10 111000 1011010 1010100

Color Harmonies of #FBF6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF6B2

Black with #FBF6B2

Text Example


Text Example

White with #FBF6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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