Html Css Color HEX #FBF8B4 Shalimar

📋 copy color: '#FBF8B4'

red 251 ◦ green 248 ◦ blue 180

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

Shades of Shalimar #FBF8B4

Tints of Shalimar #FBF8B4

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.52%

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

R = 36.97%
G = 36.52%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBF8B4 (or 0xFBF8B4) is known color: Shalimar. HEX triplet: FB, F8 and B4. RGB value is (251,248,180). Sum of RGB (Red+Green+Blue) = 251+248+180=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 248 (97.27% from 255 or 36.52% from 679); Blue value is 180 (70.70% from 255 or 26.51% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8B4 is #04074B. Grayscale: #F1F1F1. Windows color (decimal): -264012 or 11860219. OLE color: 11860219.

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

Color convert

RGB 251 248 180 -
CMYK 0 0.01 0.28 0.02
HSL 57.46º 0.9% 0.85% -
HSV(B) 57.46º 0.28% 0.98% -
XYZ 81.59 90.94 56.43 -
YUV 241.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 251 248 180 0 0.01 0.28 0.02 57.46 0.9 0.85
Hex FB F8 B4 0 1 1C 2 39 5A 55
Octal 373 370 264 0 1 34 2 71 132 125
Binary 11111011 11111000 10110100 0 1 11100 10 111001 1011010 1010101

Color Harmonies of #FBF8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF8B4

Black with #FBF8B4

Text Example


Text Example

White with #FBF8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF8B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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