Html Css Color HEX #FBFBB5 Shalimar

📋 copy color: '#FBFBB5'

red 251 ◦ green 251 ◦ blue 181

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

Shades of Shalimar #FBFBB5

Tints of Shalimar #FBFBB5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.75%

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

R = 36.75%
G = 36.75%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FBFBB5 (or 0xFBFBB5) is known color: Shalimar. HEX triplet: FB, FB and B5. RGB value is (251,251,181). Sum of RGB (Red+Green+Blue) = 251+251+181=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 181 (71.09% from 255 or 26.50% from 683); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBB5 is #04044A. Grayscale: #F3F3F3. Windows color (decimal): -263243 or 11926523. OLE color: 11926523.

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

Color convert

RGB 251 251 181 -
CMYK 0 0 0.28 0.02
HSL 60º 0.9% 0.85% -
HSV(B) 60º 0.28% 0.98% -
XYZ 82.62 92.84 57.28 -
YUV 243.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 251 251 181 0 0 0.28 0.02 60 0.9 0.85
Hex FB FB B5 0 0 1C 2 3C 5A 55
Octal 373 373 265 0 0 34 2 74 132 125
Binary 11111011 11111011 10110101 0 0 11100 10 111100 1011010 1010101

Color Harmonies of #FBFBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBB5

Black with #FBFBB5

Text Example


Text Example

White with #FBFBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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