Html Css Color HEX #FBF5B4 Shalimar

📋 copy color: '#FBF5B4'

red 251 ◦ green 245 ◦ blue 180

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

Shades of Shalimar #FBF5B4

Tints of Shalimar #FBF5B4

RGB

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

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

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

R = 37.13%
G = 36.24%
B = 26.63%

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

#FBF5B4 (or 0xFBF5B4) is known color: Shalimar. HEX triplet: FB, F5 and B4. RGB value is (251,245,180). Sum of RGB (Red+Green+Blue) = 251+245+180=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 245 (96.09% from 255 or 36.24% from 676); Blue value is 180 (70.70% from 255 or 26.63% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5B4 is #040A4B. Grayscale: #EFEFEF. Windows color (decimal): -264780 or 11859451. OLE color: 11859451.

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

Color convert

RGB 251 245 180 -
CMYK 0 0.02 0.28 0.02
HSL 54.93º 0.9% 0.85% -
HSV(B) 54.93º 0.28% 0.98% -
XYZ 80.67 89.11 56.13 -
YUV 239.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 251 245 180 0 0.02 0.28 0.02 54.93 0.9 0.85
Hex FB F5 B4 0 2 1C 2 37 5A 55
Octal 373 365 264 0 2 34 2 67 132 125
Binary 11111011 11110101 10110100 0 10 11100 10 110111 1011010 1010101

Color Harmonies of #FBF5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF5B4

Black with #FBF5B4

Text Example


Text Example

White with #FBF5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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