Html Css Color HEX #FBF5B5 Shalimar

📋 copy color: '#FBF5B5'

red 251 ◦ green 245 ◦ blue 181

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

Shades of Shalimar #FBF5B5

Tints of Shalimar #FBF5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.74%

R = 37.08%
G = 36.19%
B = 26.74%

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

#FBF5B5 (or 0xFBF5B5) is known color: Shalimar. HEX triplet: FB, F5 and B5. RGB value is (251,245,181). Sum of RGB (Red+Green+Blue) = 251+245+181=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 245 (96.09% from 255 or 36.19% from 677); Blue value is 181 (71.09% from 255 or 26.74% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5B5 is #040A4A. Grayscale: #EFEFEF. Windows color (decimal): -264779 or 11924987. OLE color: 11924987.

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

Color convert

RGB 251 245 181 -
CMYK 0 0.02 0.28 0.02
HSL 54.86º 0.9% 0.85% -
HSV(B) 54.86º 0.28% 0.98% -
XYZ 80.78 89.15 56.67 -
YUV 239.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 251 245 181 0 0.02 0.28 0.02 54.86 0.9 0.85
Hex FB F5 B5 0 2 1C 2 37 5A 55
Octal 373 365 265 0 2 34 2 67 132 125
Binary 11111011 11110101 10110101 0 10 11100 10 110111 1011010 1010101

Color Harmonies of #FBF5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5B5

Black with #FBF5B5

Text Example


Text Example

White with #FBF5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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