Html Css Color HEX #FBF5B1 Shalimar

📋 copy color: '#FBF5B1'

red 251 ◦ green 245 ◦ blue 177

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

Shades of Shalimar #FBF5B1

Tints of Shalimar #FBF5B1

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.4%

 BLUE value IS 177 (69.53% from 255) = 26.3%

R = 37.3%
G = 36.4%
B = 26.3%

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

#FBF5B1 (or 0xFBF5B1) is known color: Shalimar. HEX triplet: FB, F5 and B1. RGB value is (251,245,177). Sum of RGB (Red+Green+Blue) = 251+245+177=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 177 (69.53% from 255 or 26.30% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF5B1 is #040A4E. Grayscale: #EFEFEF. Windows color (decimal): -264783 or 11662843. OLE color: 11662843.

HSL color Cylindrical-coordinate representation of color #FBF5B1: hue angle of 55.14º 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 #FBF5B1 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 245 177 -
CMYK 0 0.02 0.29 0.02
HSL 55.14º 0.9% 0.84% -
HSV(B) 55.14º 0.29% 0.98% -
XYZ 80.37 88.99 54.54 -
YUV 239.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 251 245 177 0 0.02 0.29 0.02 55.14 0.9 0.84
Hex FB F5 B1 0 2 1D 2 37 5A 54
Octal 373 365 261 0 2 35 2 67 132 124
Binary 11111011 11110101 10110001 0 10 11101 10 110111 1011010 1010100

Color Harmonies of #FBF5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5B1

Black with #FBF5B1

Text Example


Text Example

White with #FBF5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5B1; }

 p { color: rgb(251,245,177); }

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

background-color css

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

 a { background-color: rgb(251,245,177); }

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

border-color css

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

 span { border-color: rgb(251,245,177); }

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