Html Css Color HEX #FBFBA8 Shalimar

📋 copy color: '#FBFBA8'

red 251 ◦ green 251 ◦ blue 168

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

Shades of Shalimar #FBFBA8

Tints of Shalimar #FBFBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.07%

R = 37.46%
G = 37.46%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBFBA8 (or 0xFBFBA8) is known color: Shalimar. HEX triplet: FB, FB and A8. RGB value is (251,251,168). Sum of RGB (Red+Green+Blue) = 251+251+168=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 168 (66.02% from 255 or 25.07% from 670); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBA8 is #040457. Grayscale: #F1F1F1. Windows color (decimal): -263256 or 11074555. OLE color: 11074555.

HSL color Cylindrical-coordinate representation of color #FBFBA8: hue angle of 60º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBFBA8 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 251 168 -
CMYK 0 0 0.33 0.02
HSL 60º 0.91% 0.82% -
HSV(B) 60º 0.33% 0.98% -
XYZ 81.35 92.33 50.58 -
YUV 241.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 251 251 168 0 0 0.33 0.02 60 0.91 0.82
Hex FB FB A8 0 0 21 2 3C 5B 52
Octal 373 373 250 0 0 41 2 74 133 122
Binary 11111011 11111011 10101000 0 0 100001 10 111100 1011011 1010010

Color Harmonies of #FBFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBA8

Black with #FBFBA8

Text Example


Text Example

White with #FBFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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